CL not satisfied when new node is joining?

2015-06-16 Thread Vasileios Vlachos
it the more unrelated it feels, plus it appears to be fixed in the version we are running. We tried reproducing the issue on a local cluster but we were unable to do so. Shouldn't LOCAL_QUORUM require 2 local replicas instead of 3 during the time the new node was joining the cluster? There are not 3 local

Re: New node not joining

2011-05-09 Thread Sanjeev Kulkarni
...@thelastpickle.com] *Sent:* Thursday, May 05, 2011 6:51 PM *To:* user@cassandra.apache.org *Subject:* Re: New node not joining When adding nodes it is a *very* good idea to manually set the tokens, see http://wiki.apache.org/cassandra/Operations#Load_balancing bootstrap is a process that happens

Re: New node not joining

2011-05-08 Thread aaron morton
Subject: Re: New node not joining When adding nodes it is a *very* good idea to manually set the tokens, see http://wiki.apache.org/cassandra/Operations#Load_balancing bootstrap is a process that happens only once on a node, where as well as telling the other nodes it's around it asks

RE: New node not joining

2011-05-06 Thread Len Bucchino
6:51 PM To: user@cassandra.apache.org Subject: Re: New node not joining When adding nodes it is a *very* good idea to manually set the tokens, see http://wiki.apache.org/cassandra/Operations#Load_balancing bootstrap is a process that happens only once on a node, where as well as telling

New node not joining

2011-05-05 Thread Sanjeev Kulkarni
Hey guys, I'm running into what seems like a very basic problem. I have a one node cassandra instance. Version 0.7.5. Freshly installed. Contains no data. The cassandra.yaml is the same as the default one that is supplied, except for data/commitlog/saved_caches directories. I also changed the

RE: New node not joining

2011-05-05 Thread Len Bucchino
@cassandra.apache.org Subject: New node not joining Hey guys, I'm running into what seems like a very basic problem. I have a one node cassandra instance. Version 0.7.5. Freshly installed. Contains no data. The cassandra.yaml is the same as the default one that is supplied, except for data/commitlog/saved_caches

RE: New node not joining

2011-05-05 Thread Len Bucchino
Adding the fourth node to the cluster with an empty schema using auto_bootstrap was not successful. A nodetool netstats on the new node shows Mode: Joining: getting bootstrap token similar to what the third node did before it was manually added. Also, there are no exceptions in the logs

RE: New node not joining

2011-05-05 Thread Len Bucchino
Also, setting auto_bootstrap to false and setting token to the one that it said it would use in the logs allows the new node to join the ring. From: Len Bucchino [mailto:len.bucch...@veritix.com] Sent: Thursday, May 05, 2011 1:25 PM To: user@cassandra.apache.org Subject: RE: New node not joining

RE: New node not joining

2011-05-05 Thread Len Bucchino
, May 05, 2011 1:31 PM To: user@cassandra.apache.org Subject: RE: New node not joining Also, setting auto_bootstrap to false and setting token to the one that it said it would use in the logs allows the new node to join the ring. From: Len Bucchino [mailto:len.bucch...@veritix.com] Sent: Thursday

Re: New node not joining

2011-05-05 Thread Sanjeev Kulkarni
family before adding any new nodes. This time the 3rd node auto bootstrapped successfully. *From:* Len Bucchino [mailto:len.bucch...@veritix.com] *Sent:* Thursday, May 05, 2011 1:31 PM *To:* user@cassandra.apache.org *Subject:* RE: New node not joining Also, setting auto_bootstrap to false

Re: New node not joining

2011-05-05 Thread aaron morton
...@veritix.com] Sent: Thursday, May 05, 2011 1:31 PM To: user@cassandra.apache.org Subject: RE: New node not joining Also, setting auto_bootstrap to false and setting token to the one that it said it would use in the logs allows the new node to join the ring. From: Len Bucchino