Re: Upgrade from 1.1.10 to 1.2.4

2013-06-24 Thread Ananth Gundabattula
Hello Rob, I ran into the stack trace when the situation was : num_tokens unset ( by this I mean not specifying anything ) and initial_token set to some value. I was initially under the impression that specifying num_tokens will over ride the initial_token value and hence left num_tokens blank.

Re: Upgrade from 1.1.10 to 1.2.4

2013-06-24 Thread Robert Coli
On Sun, Jun 23, 2013 at 2:31 AM, Ananth Gundabattula wrote: > Looks like the cause of the error was because of not specifying num_tokens > in the cassandra.yaml file. I was under the impression that setting a value > of num_tokens will override the initial_token value . Looks like we need to > set

Re: Upgrade from 1.1.10 to 1.2.4

2013-06-23 Thread Ananth Gundabattula
Looks like the cause of the error was because of not specifying num_tokens in the cassandra.yaml file. I was under the impression that setting a value of num_tokens will override the initial_token value . Looks like we need to set num_tokens to 1 to get around this error. Not specifying anythin