Being a newbie, can you point out where in the documentation it talks of
waiting 2 minutes between starts of each node?

I ask this because I had looked at what was documented for clustering and
even for backup and restore and did not feel I saw anything that mentioned
this.  Remember I also posted at how the restore did not seem to be working
as expected (where I had num_tokens: 256 versus specifying tokens).  Even
if I tried to wait 2 minutes before restoring each node, it seemed I had to
give all nodes all the sstable files after we stood up a new cluster.  I
figured it had to have been due to the token mismatch and giving each node
all the sstables and cleaning them all up allowed each to get the data in
its token range.

So I just wanted to see where this concept is covered beyond the jira you
just referenced that I can brush up on.

Thanks,
Diane


On Wed, Jul 16, 2014 at 2:20 PM, Robert Coli <rc...@eventbrite.com> wrote:

> On Wed, Jul 16, 2014 at 9:16 AM, Parag Patel <ppa...@clearpoolgroup.com>
> wrote:
>
>>  We have a 12 node cluster with replication factor of 3 in 1
>> datacenter.  We want to add 6 more nodes into the cluster.  I’m trying to
>> see what’s better bootstapping all 6 at the same time or doing it one node
>> at a time.
>>
>
> I should really write a blog post on this.
>
> For safety, operators should generally bootstrap one node at a time. There
> are rare cases in non-vnode operation where one can safely bootstrap more
> than one node, but in general one should not do so.
>
> In the future in Cassandra, you will hopefully prohibited from
> bootstrapping more than one at a time, because it's a natural thing to do
> and Bad Stuff Can Happen.
>
> https://issues.apache.org/jira/browse/CASSANDRA-7069
>
> =Rob
>

Reply via email to