Re: Speeding up "nodetool rebuild"

2016-04-04 Thread Alain RODRIGUEZ
] > *Sent:* Friday, April 1, 2016 1:55 AM > > *To:* user@cassandra.apache.org > *Subject:* Re: Speeding up "nodetool rebuild" > > > > Hi, > > > > is there any way to determine that rebuild is complete > > > > If you ran it from a scree

RE: Speeding up "nodetool rebuild"

2016-04-04 Thread Anubhav Kale
Thanks. Would it be better to log it clearly or expose as a metric or something else that can be easily automated ? From: Alain RODRIGUEZ [mailto:arodr...@gmail.com] Sent: Friday, April 1, 2016 1:55 AM To: user@cassandra.apache.org Subject: Re: Speeding up "nodetool rebuild" Hi, is

Re: Speeding up "nodetool rebuild"

2016-04-01 Thread Alain RODRIGUEZ
ans [mailto:eev...@wikimedia.org] > Sent: Thursday, March 31, 2016 9:50 AM > To: user@cassandra.apache.org > Subject: Re: Speeding up "nodetool rebuild" > > On Wed, Mar 30, 2016 at 3:44 PM, Anubhav Kale > wrote: > > Any other ways to make the “rebuild” faster ? >

RE: Speeding up "nodetool rebuild"

2016-03-31 Thread Anubhav Kale
r not) isRebuilding.set(false); } -Original Message- From: Eric Evans [mailto:eev...@wikimedia.org] Sent: Thursday, March 31, 2016 9:50 AM To: user@cassandra.apache.org Subject: Re: Speeding up "nodetool rebuild" On Wed, Mar 30, 2016 at 3:44 PM, Anubhav Kale wro

Re: Speeding up "nodetool rebuild"

2016-03-31 Thread Eric Evans
On Wed, Mar 30, 2016 at 3:44 PM, Anubhav Kale wrote: > Any other ways to make the “rebuild” faster ? TL;DR add more nodes If you're encountering a per-stream bottleneck (easy to do if using compression), then having a higher node count will translate to higher stream concurrency, and greater thr

Re: Speeding up "nodetool rebuild"

2016-03-30 Thread Robert Coli
On Wed, Mar 30, 2016 at 1:44 PM, Anubhav Kale wrote: > Will changing compactionthroughput and streamingthroughput help with > reducing the “rebuild” time on a brand new node ? We will do it both on the > new node, and the nodes in source DC from where data is streamed. > streamingthroughput yes

Speeding up "nodetool rebuild"

2016-03-30 Thread Anubhav Kale
Hello, Will changing compactionthroughput and streamingthroughput help with reducing the "rebuild" time on a brand new node ? We will do it both on the new node, and the nodes in source DC from where data is streamed. Any other ways to make the "rebuild" faster ? Thanks !