Re: Want to run repair on a node without it taking traffic

2015-12-04 Thread Robert Coli
On Fri, Dec 4, 2015 at 11:44 AM, Anuj Wadehra wrote: > Did u say "longer than gc_grace_seconds" ? > Wont deletes pop back during repair? > Unfortunately, you are correct. Since CASSANDRA-4905 [1], such tombstones will not be propagated. The actual way to fully repair a node that has been down g

Re: Want to run repair on a node without it taking traffic

2015-12-04 Thread Anuj Wadehra
Hi Robert, Did u say "longer than gc_grace_seconds" ? Wont deletes pop back during repair? Thanks Anuj Sent from Yahoo Mail on Android From:"Robert Coli" Date:Thu, 3 Dec, 2015 at 12:21 am Subject:Re: Want to run repair on a node without it taking traffic On Wed, Dec 2

Re: Want to run repair on a node without it taking traffic

2015-12-02 Thread Robert Coli
On Wed, Dec 2, 2015 at 8:54 AM, K F 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

Want to run repair on a node without it taking traffic

2015-12-02 Thread K F
Hi Folks, 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? Thanks.