Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for 
change notification.

The "Operations" page has been changed by AaronMorton:
http://wiki.apache.org/cassandra/Operations?action=diff&rev1=99&rev2=100

  There are at least three ways to deal with this scenario.
  
   1. Treat the node in question as failed, and replace it as described further 
below.
-  1. To minimize the amount of forgotten deletes, first increase 
GCGraceSeconds across the cluster (rolling restart required), perform a full 
repair on all nodes, and then change GCRaceSeconds back again. This has the 
advantage of ensuring tombstones spread as much as possible, minimizing the 
amount of data that may "pop back up" (forgotten delete).
+  1. To minimize the amount of forgotten deletes, first increase 
GCGraceSeconds for all Column Families via the CLI or your client, perform a 
full repair on all nodes, and then change GCRaceSeconds back again. This has 
the advantage of ensuring tombstones spread as much as possible, minimizing the 
amount of data that may "pop back up" (forgotten delete).
   1. Yet another option, that will result in more forgotten deletes than the 
previous suggestion but is easier to do, is to ensure 'nodetool repair' has 
been run on all nodes, and then perform a compaction to expire toombstones. 
Following this, read-repair and regular `nodetool repair` should cause the 
cluster to converge.
  
  === Handling failure ===

Reply via email to