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 wrote: > 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 Consu

Re: Disable reads during node rebuild

2014-05-15 Thread sankalp kohli
This might be useful Nodetool command to disable reads 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-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 wrote: > On Mon, May 12, 2014 at 10:18

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 wrote: > 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

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 ge

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

Disable reads during node rebuild

2014-05-12 Thread Paulo Ricardo Motta Gomes
Hello, 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. The problem is that if I start a node with auto_bootstrap=false to perform the rebuild, it automatically starts serving empty reads (CL=LOCAL_ONE