Re: cassandra bootstrapping

2015-10-28 Thread Nate McCall
> > > Considering that this concerns mostly auto-bootstrap and seed nodes by > default do not do that, > would it be correct to assume that they could be started in parallel and > then the non-seed should be > added with the interval apart. > > As in seeds-start -> wait -> add non-seed -> wait -> a

Re: cassandra bootstrapping

2015-10-28 Thread Lyubo Kamenov
On Thu, Oct 22, 2015 at 12:57 PM, Nate McCall wrote: [..] > > There is a good comment at the top of StorageService#joinTokenRing which > explains the process at a high level: > > https://github.com/apache/cassandra/blob/cassandra-2.2/src/java/org/apache/cassandra/service/StorageService.java#L791-L

Re: cassandra bootstrapping

2015-10-22 Thread Nate McCall
> I keep on seeing that there should be a 2 minute delay when bootstrapping a cluster, and > I have few questions round that. > > For starters, is there any reasoning why this is 2min and not less or more? > Is this valid mostly for bootstraping an empty cluster ring or for > restarting an existin

cassandra bootstrapping

2015-10-22 Thread Lou Kamenov
Hey everyone, I keep on seeing that there should be a 2 minute delay when bootstrapping a cluster, and I have few questions round that. For starters, is there any reasoning why this is 2min and not less or more? Is this valid mostly for bootstraping an empty cluster ring or for restarting an exi