Re: Cassandra 2.1.2 node stuck on joining the cluster

2014-12-08 Thread Omri Bahumi
Any chance you have something along the path that causes the connectivity issues? What's the network connectivity between this node and the other node? Can you try transferring a big file between the two servers? perhaps you have an MTU issue that causes TCP PMTU discovery fail. Can you send large

Re: Replacing a dead node by deleting it and auto_bootstrap'ing a new node (Cassandra 2.0)

2014-12-06 Thread Omri Bahumi
eplace this dead node > always. Momentarily you might just add a new node to meet the the capacity > until dead not is fully recovered. > > -jaydeep > > On Thu, Dec 4, 2014 at 11:30 PM, Omri Bahumi wrote: >> >> I guess Cassandra is aware that it has some replicas n

Re: Replacing a dead node by deleting it and auto_bootstrap'ing a new node (Cassandra 2.0)

2014-12-05 Thread Omri Bahumi
nowledge if you have externally NOT specified > "-Dcassandra.replace_address=old_node_ipaddress" then new tokens (randomly) > would get assigned to bootstrapping node instead of tokens of dead node. > > -jaydeep > > On Thu, Dec 4, 2014 at 6:50 AM, Omri Bahumi wrote:

Replacing a dead node by deleting it and auto_bootstrap'ing a new node (Cassandra 2.0)

2014-12-04 Thread Omri Bahumi
Hi, I was wondering, how would auto_bootstrap behave in this scenario: 1. I had a cluster with 3 nodes (RF=2) 2. One node died, I deleted it with "nodetool removenode" (+ force) 3. A new node launched with "auto_bootstrap: true" The question is: will the "right" vnodes go to the new node as if i