RE: Adding New Node Issue

2015-05-12 Thread Thomas Miller
, Thomas Miller From: Andrei Ivanov [mailto:aiva...@iponweb.net] Sent: Thursday, April 23, 2015 5:40 PM To: user@cassandra.apache.org Subject: Re: Adding New Node Issue Thomas, From our experience, C* is almost degrading quite a bit when we bootstrap new nodes - no idea why, was never able to get any

Re: Adding New Node Issue

2015-04-23 Thread Andrei Ivanov
ose > interface getting hammered, right? > > > > Thanks, > > Thomas Miller > > > > *From:* Andrei Ivanov [mailto:aiva...@iponweb.net] > *Sent:* Thursday, April 23, 2015 4:40 PM > > *To:* user@cassandra.apache.org > *Subject:* Re: Adding New Node Iss

RE: Adding New Node Issue

2015-04-23 Thread Thomas Miller
Zabbix monitoring software. If this bug was affecting us I should see those interface getting hammered, right? Thanks, Thomas Miller From: Andrei Ivanov [mailto:aiva...@iponweb.net] Sent: Thursday, April 23, 2015 4:40 PM To: user@cassandra.apache.org Subject: Re: Adding New Node Issue Thomas

Re: Adding New Node Issue

2015-04-23 Thread Andrei Ivanov
e gossip caused the existing nodes to think that there was still a node >> joining but since the new node was shutdown it was not actually joining, >> but that is not confirmed. >> >> >> >> >> >> Thanks, >> >> Thomas Miller >> >&g

RE: Adding New Node Issue

2015-04-23 Thread Thomas Miller
Ali, Our Cassandra version is 2.0.7. Thanks, Thomas Miller From: Ali Akhtar [mailto:ali.rac...@gmail.com] Sent: Thursday, April 23, 2015 4:22 PM To: user@cassandra.apache.org Subject: Re: Adding New Node Issue What version are you running? On Fri, Apr 24, 2015 at 12:51 AM, Thomas Miller

Re: Adding New Node Issue

2015-04-23 Thread Ali Akhtar
ce the new node was shutdown it was not actually joining, > but that is not confirmed. > > > > > > Thanks, > > Thomas Miller > > > > *From:* Jeff Ferland [mailto:j...@tubularlabs.com] > *Sent:* Thursday, April 23, 2015 2:46 PM > *To:* user@cassandra.apache.

RE: Adding New Node Issue

2015-04-23 Thread Thomas Miller
: user@cassandra.apache.org Subject: Re: Adding New Node Issue Sounds to me like your stream throughput value is too high. `notetool getstreamthroughput` and `notetool setstreamthroughput` will update this value live. Limit it to something lower so that the system isn’t overloaded by streaming. The

Re: Adding New Node Issue

2015-04-23 Thread Jeff Ferland
Sounds to me like your stream throughput value is too high. `notetool getstreamthroughput` and `notetool setstreamthroughput` will update this value live. Limit it to something lower so that the system isn’t overloaded by streaming. The bottleneck that slows things down is mostly to be disk or

Adding New Node Issue

2015-04-23 Thread Thomas Miller
Hello, Yesterday we ran into a serious issue while joining a new node to our existing 4 node Cassandra cluster (version 2.0.7). The average node data size is 152GB's with a replication factor of 3. The node was prepped just like the following document describes - http://docs.datastax.com/en/ca