blob: 39d17657d1b95955c509f6d855d5fbaff3951aba [file] [log] [blame]
# block remote read repair writes
RULE disable mutations
CLASS org.apache.cassandra.db.MutationVerbHandler
METHOD doVerb
AT ENTRY
IF true
DO return;
ENDRULE