Re: Adding nodes to a cluster and 2 minutes rule

2013-12-30 Thread Robert Coli
On Mon, Nov 18, 2013 at 10:28 AM, Carlos Alvarez wrote: > Here > http://www.datastax.com/documentation/cassandra/1.2/webhelp/cassandra/operations/ops_add_node_to_cluster_t.html > says > that it is needed to wait 2 minutes between adding nodes. > > I was trying to figure out why, and how to check

Re: Adding nodes to a cluster and 2 minutes rule

2013-11-21 Thread Carlos Alvarez
Thank you very much. I'll try to find the code. Carlos. On Thu, Nov 21, 2013 at 4:35 AM, Aaron Morton wrote: > Of the top of my head there are some delays in the code do with schema > synchronisation and bootstrapping. I’m not sure if it adds up to two > minutes but it sounds ok. But the two m

Re: Adding nodes to a cluster and 2 minutes rule

2013-11-20 Thread Aaron Morton
Of the top of my head there are some delays in the code do with schema synchronisation and bootstrapping. I’m not sure if it adds up to two minutes but it sounds ok. But the two minute window would allow a new node to startup, join, sync the schema and start the bootstrap process. > I was try

Adding nodes to a cluster and 2 minutes rule

2013-11-18 Thread Carlos Alvarez
Hi. Here http://www.datastax.com/documentation/cassandra/1.2/webhelp/cassandra/operations/ops_add_node_to_cluster_t.html says that it is needed to wait 2 minutes between adding nodes. I was trying to figure out why, and how to check if after 2 minutes the conditions to add more nodes are met or I