Re: assertion error in cassandra when doing nodetool move

2011-05-15 Thread Anurag Gujral
I am using version 0.7.3 Thanks Anurag On Fri, May 13, 2011 at 11:15 AM, Anurag Gujral wrote: > I am using network Topology strategy for one of my keyspaces. > Thanks > Anurag > > > On Thu, May 12, 2011 at 6:45 PM, Anurag Gujral wrote: > >> Hi All, >> I run following command on one o

Re: assertion error in cassandra when doing nodetool move

2011-05-15 Thread aaron morton
I've had a bit more of a look and am a bit confused between what I see in the stack below and what's in the source. What version are you seeing ? Thank - Aaron Morton Freelance Cassandra Developer @aaronmorton http://www.thelastpickle.com On 14 May 2011, at 03:23, Anurag Gujral

Re: assertion error in cassandra when doing nodetool move

2011-05-13 Thread Anurag Gujral
I am using network Topology strategy for one of my keyspaces. Thanks Anurag On Thu, May 12, 2011 at 6:45 PM, Anurag Gujral wrote: > Hi All, > I run following command on one of my nodes to move the token > from 0 to 2. > /usr/cassandra/cassandra/bin/nodetool -h 10.170.195.204 -p 8080

Re: assertion error in cassandra when doing nodetool move

2011-05-13 Thread Anurag Gujral
I checked file cassandra-topology.properties everything looks good to me. Please Advise on next steps I can do. Thanks Anurag On Fri, May 13, 2011 at 3:52 AM, aaron morton wrote: > I think you may have a data centre defined in the strategy_options for the > keyspace that does not have any nodes i

Re: assertion error in cassandra when doing nodetool move

2011-05-13 Thread aaron morton
I think you may have a data centre defined in the strategy_options for the keyspace that does not have any nodes in it. Check the dc names in the create keyspace statement match the names in your cassandra-topology.propeties file (assuming you are using the PropertyFileSnitch), or that you have

assertion error in cassandra when doing nodetool move

2011-05-12 Thread Anurag Gujral
Hi All, I run following command on one of my nodes to move the token from 0 to 2. /usr/cassandra/cassandra/bin/nodetool -h 10.170.195.204 -p 8080 move 2. I dont understand why is this happening? I am getting the following assertion error: Exception in thread "main" java.lang.Assertion