Re: Decommissioned node still in Gossip

2015-07-03 Thread Jeff Williams
I'm thinking I'll have to find something similar for 2.0. I just don't understand where the node is coming from! Jeff On 1 July 2015 at 10:21, Vitalii Skakun wrote: > Hi, > > just a guess, there was a possibility to purge gossip state on a node, at > least in version 1.2 > > http://docs.datasta

Re: Running java-driver in parallel cassandra-driver-core 2.1.5, multithreading wokrs extremely slow.

2015-07-03 Thread Serega Sheypak
Ok, I solved it. The problem was in my code. I did use FixedThreadPool in a wrong way. 2015-07-02 15:19 GMT+02:00 Jonathan Haddad : > If you post the code you're using to test, it would be helpful. You > should also use cassandra-stress to see if you get similar results. > > On Thu, Jul 2, 2015

Re: joining a node caused loads on some existing nodes to skyrocket

2015-07-03 Thread Sebastian Estevez
Hi KZ, We're you monitoring tpstats and netstats during the bootstrap? This could give us some more information. Your logs look a little like 8318 but there would have to be another error earlier in the logs and the ticket is for a node replacement not a fresh bootstrap... Can you check for an er

Re: Decommissioned node still in Gossip

2015-07-03 Thread Jeff Williams
Solved. Finally found that there was one node with 172.29.8.8 in gossipinfo and appearing incomplete in status: Status=Up/Down |/ State=Normal/Leaving/Joining/Moving -- Address Load Tokens Owns Host ID Rack UL 172.29.8.8 13.28 GB 256 9.5% null 1 Re

Re: Decommissioned node still in Gossip

2015-07-03 Thread Sebastian Estevez
Is the ghost node in your system.peers on any node? Check every node (since it's local strategy). Otherwise the nodes must be in the endpoint list in memory and you'll have to rolling restart. Make sure you drain though before the rolling restart since it may be in your commit log somewhere too. O

Bootstrap code

2015-07-03 Thread Bill Hastings
Hi All Can someone please point me to where the code for bootstrapping a new node exists? -- Cheers Bill