Re: Auto-Bootstrap not Auto-Bootstrapping?

2014-04-07 Thread Greg Bone
If seed nodes do not auto bootstrap, what is the procedure for replacing a node in a three node cluster, with all of them identified as seed nodes? Here's what I am thinking: 1) Add a 4th node to the cluster which is not a seed node 2) Decommission one of the seed nodes when data

Re: Auto-Bootstrap not Auto-Bootstrapping?

2014-04-07 Thread Jonathan Lacefield
Hello Not sure I follow the auto bootstrap question, but seeds are only used on startup. Also, what do you mean by convert the node to a seed node? You could simply add the 4th node IP address to the seed list of the other nodes in the .yaml file. Hope that helps Jonathan On Apr 7,

Re: Auto-Bootstrap not Auto-Bootstrapping?

2014-04-07 Thread Paul Charles Leddy
Trick the seed node but removing itself from the yaml file, then start it up. On Mon, Apr 7, 2014 at 7:22 PM, Jonathan Lacefield jlacefi...@datastax.comwrote: Hello Not sure I follow the auto bootstrap question, but seeds are only used on startup. Also, what do you mean by convert the

Re: Auto-Bootstrap not Auto-Bootstrapping?

2014-04-07 Thread Robert Coli
On Mon, Apr 7, 2014 at 6:17 PM, Greg Bone gbon...@gmail.com wrote: If seed nodes do not auto bootstrap, what is the procedure for replacing a node in a three node cluster, with all of them identified as seed nodes? No one seems to know the answer to your question [1], but the current

Re: Auto-Bootstrap not Auto-Bootstrapping?

2014-02-07 Thread Thunder Stumpges
OK, well I think that explains why they didn't bootstrap. I do still have a question about this scenario with regard to QUORUM reads. So we added the new empty node in, and had 3 nodes with replication factor 3, two nodes should have had all the data, one empty. Why wouldn't quorum reads result

Auto-Bootstrap not Auto-Bootstrapping?

2014-02-06 Thread Thunder Stumpges
Hi all, We recently needed/wanted to reconfigure the disks for our 3-node C*2.0.4 Cassandra setup and rebuild the server at the same time. Upon adding the newly rebuilt server into the cluster, it immediately started serving read requests with no data! Then because the latency is so good the vast

Re: Auto-Bootstrap not Auto-Bootstrapping?

2014-02-06 Thread Keith Wright
Is it a seed node? My understanding is that they do not bootstrap On Feb 6, 2014 4:23 PM, Thunder Stumpges thunder.stump...@gmail.com wrote: Hi all, We recently needed/wanted to reconfigure the disks for our 3-node C*2.0.4 Cassandra setup and rebuild the server at the same time. Upon adding

Re: Auto-Bootstrap not Auto-Bootstrapping?

2014-02-06 Thread Thunder Stumpges
I guess so, it likely was listed in the seeds in cassandra.yaml as all three of the existing servers were, and the rebuilt one used the same name and IP. On Thu, Feb 6, 2014 at 1:42 PM, Keith Wright kwri...@nanigans.com wrote: Is it a seed node? My understanding is that they do not bootstrap