On Wed, Dec 2, 2015 at 8:54 AM, K F <kf200...@yahoo.com> wrote: > How can I run repair on a node without it taking any coordinator/client > traffic. So, I can complete the repair on the node without it taking any > traffic, except the streams from other nodes. Is that possible? >
In general you should probably just bootstrap, but... for example when bringing back a node that has been down for longer than gc_grace_seconds, you can use : https://issues.apache.org/jira/browse/CASSANDRA-6961 (Resolved; Fixed; 2.0.7, 2.1 beta2): "nodes should go into hibernate when join_ring is false" =Rob