Re: In UJ status for over a week trying to rejoin cluster in Cassandra 3.0.1

2016-01-17 Thread Kai Wang
Carlos, so you essentially replace the 33 node. Did you follow this https://docs.datastax.com/en/cassandra/2.0/cassandra/operations/ops_replace_node_t.html? The link is for 2.x not sure about 3.x. What if you change the new node to .34? On Mon, Jan 11, 2016 at 12:57 AM, Carlos A

Re: In UJ status for over a week trying to rejoin cluster in Cassandra 3.0.1

2016-01-17 Thread daemeon reiydelle
What do the logs say on the seed node (and on the UJ node)? Look for timeout messages. This problem has occurred for me when there was high network utilization between the seed and the joining node, also routing issues. *...* *“Life should not be a journey to the grave with the

Re: In UJ status for over a week trying to rejoin cluster in Cassandra 3.0.1

2016-01-16 Thread Carlos Fernando Scheidecker Antunes
DuyHai, Nothing wrong on the logs either. > nodetool tpstats > Pool NameActive Pending Completed Blocked All > time blocked > MutationStage 0 0 11464 0 > 0 > ViewMutationStage 0

Re: In UJ status for over a week trying to rejoin cluster in Cassandra 3.0.1

2016-01-12 Thread DuyHai Doan
What is your Cassandra version ? In earlier versions there was some issues with streaming that can make the joining process stuck. On Mon, Jan 11, 2016 at 6:57 AM, Carlos A wrote: > Hello all, > > I have a small dev environment with 4 machines. One of them, I had it >

Re: In UJ status for over a week trying to rejoin cluster in Cassandra 3.0.1

2016-01-12 Thread DuyHai Doan
Oh, sorry, did not notice the version in the title. Did you check the system.log to verify if there isn't any Exception related to data streaming ? What is the output of "nodetool tpstats" ? On Tue, Jan 12, 2016 at 1:00 PM, DuyHai Doan wrote: > What is your Cassandra

In UJ status for over a week trying to rejoin cluster in Cassandra 3.0.1

2016-01-10 Thread Carlos A
Hello all, I have a small dev environment with 4 machines. One of them, I had it removed (.33) from the cluster because I wanted to upgrade its HD to a SSD. I then reinstalled it and tried to join. It is on UJ status for a week now and no changes. I had tried node-repair etc but nothing.