Re: Tuning bootstrap new node

2017-10-31 Thread Jon Haddad
Harikrishnan Pillai [mailto:hpil...@walmartlabs.com] > Sent: Tuesday, October 31, 2017 11:28 AM > To: user@cassandra.apache.org > Subject: Re: Re: Tuning bootstrap new node > > There is no magic in speeding up the node addition other than increasing > stream throughput and compac

RE: Re: Tuning bootstrap new node

2017-10-31 Thread Anubhav Kale
: Harikrishnan Pillai [mailto:hpil...@walmartlabs.com] Sent: Tuesday, October 31, 2017 11:28 AM To: user@cassandra.apache.org Subject: Re: Re: Tuning bootstrap new node There is no magic in speeding up the node addition other than increasing stream throughput and compaction throughput. it has been noticed

Re: Re: Tuning bootstrap new node

2017-10-31 Thread Harikrishnan Pillai
AM To: user@cassandra.apache.org Subject: EXT: Re: Tuning bootstrap new node Do not stop compaction, you will end up with thousands of sstables. You increase stream throughput from default 200 to a heifer value if your network can handle it. Sent from my iPhone On Oct 31, 2017, at 6:35 AM, Peng

Re: Tuning bootstrap new node

2017-10-31 Thread Nitan Kainth
Do not stop compaction, you will end up with thousands of sstables. You increase stream throughput from default 200 to a heifer value if your network can handle it. Sent from my iPhone > On Oct 31, 2017, at 6:35 AM, Peng Xiao <2535...@qq.com> wrote: > > Can we stop the compaction during the ne

Re: Tuning bootstrap new node

2017-10-31 Thread Peng Xiao
Can we stop the compaction during the new node bootstraping and enable it after the new node joined? Thanks -- Original -- From: "";<2535...@qq.com>; Date: Tue, Oct 31, 2017 07:18 PM To: "user"; Subject: Tuning bootstrap new node Dear All, Can