Re: Disable reads during node rebuild

2014-05-16 Thread Paulo Ricardo Motta Gomes
That'll be really useful, thanks!! On Wed, May 14, 2014 at 7:47 PM, Aaron Morton aa...@thelastpickle.comwrote: As of 2.0.7, driftx has added this long-requested feature. Thanks A - Aaron Morton New Zealand @aaronmorton Co-Founder Principal Consultant Apache

Re: Disable reads during node rebuild

2014-05-15 Thread Aaron Morton
As of 2.0.7, driftx has added this long-requested feature. Thanks A - Aaron Morton New Zealand @aaronmorton Co-Founder Principal Consultant Apache Cassandra Consulting http://www.thelastpickle.com On 13/05/2014, at 9:36 am, Robert Coli rc...@eventbrite.com wrote: On Mon, May

Re: Disable reads during node rebuild

2014-05-15 Thread sankalp kohli
This might be useful Nodetool command to disable readshttps://issues.apache.org/jira/browse/CASSANDRA-6760 On Wed, May 14, 2014 at 8:31 AM, Paulo Ricardo Motta Gomes paulo.mo...@chaordicsystems.com wrote: That's a nice workaround, will be really helpful in emergency situations like this.

Re: Disable reads during node rebuild

2014-05-14 Thread Paulo Ricardo Motta Gomes
That's a nice workaround, will be really helpful in emergency situations like this. Thanks, On Mon, May 12, 2014 at 6:58 PM, Aaron Morton aa...@thelastpickle.comwrote: I'm not able to replace a dead node using the ordinary procedure (boostrap+join), and would like to rebuild the replacement

Re: Disable reads during node rebuild

2014-05-13 Thread Aaron Morton
I'm not able to replace a dead node using the ordinary procedure (boostrap+join), and would like to rebuild the replacement node from another DC. Normally when you want to add a new DC to the cluster the command to use is nodetool rebuild $DC_NAME .(with auto_bootstrap: false) That will get

Re: Disable reads during node rebuild

2014-05-12 Thread Robert Coli
On Mon, May 12, 2014 at 10:18 AM, Paulo Ricardo Motta Gomes paulo.mo...@chaordicsystems.com wrote: Is there a way to disable reads from a node while performing rebuild from another datacenter? I tried starting the node in write survery mode, but the nodetool rebuild command does not work in