Re: Bootstrapping multiple cassandra nodes simultaneously in existing dc

2016-12-03 Thread Bhuvan Rawal
Thanks Jens! this was helpful, also to avoid pending compaction buildup compaction throughput can be throttled higher. In our case however the property batchlog throttle (batchlog_replay_throttle_in_kb) was being the bottleneck increasing it to 10240k from default of 1024k reduced node addition

Re: Bootstrapping multiple cassandra nodes simultaneously in existing dc

2016-09-11 Thread Jens Rantil
Yes. `nodetool setstreamthroughput` is your friend. On Sunday, September 11, 2016, sai krishnam raju potturi < pskraj...@gmail.com> wrote: > Make sure there is no spike in the load-avg on the existing nodes, as that > might affect your application read request latencies. > > On Sun, Sep 11,

Re: Bootstrapping multiple cassandra nodes simultaneously in existing dc

2016-09-11 Thread sai krishnam raju potturi
Make sure there is no spike in the load-avg on the existing nodes, as that might affect your application read request latencies. On Sun, Sep 11, 2016, 17:10 Jens Rantil wrote: > Hi Bhuvan, > > I have done such expansion multiple times and can really recommend >

Re: Bootstrapping multiple cassandra nodes simultaneously in existing dc

2016-09-11 Thread Jens Rantil
Hi Bhuvan, I have done such expansion multiple times and can really recommend bootstrapping a new DC and pointing your clients to it. The process is so much faster and the documentation you referred to has worked out fine for me. Cheers, Jens On Sunday, September 11, 2016, Bhuvan Rawal