Re: Adding New Node to an Existing Cluster

2012-12-17 Thread aaron morton
Use nodetool move and change the tokens one at a time to the values suggested by Tomas. for background http://www.datastax.com/docs/1.1/references/nodetool#nodetool-move Each move will take some time, you will see the node state change from UP to MOVING in the output from nodetool ring. When

Re: Adding New Node to an Existing Cluster

2012-12-17 Thread Tomas Nunez
These tokens don't seem balanced at all. You should use "nodetool move" to move those tokens to some balanced values, for instance: C: 0 B: 56713727820156407428984779325531226112 A: 113427455640312814857969558651062452224 2012/12/17 Adeel Akbar > Hi, > > I am using Cassandra Cluster 1.1.4 w

Adding New Node to an Existing Cluster

2012-12-17 Thread Adeel Akbar
Hi, I am using Cassandra Cluster 1.1.4 with two nodes alongwith REPLICA factor 2. I have added one new node in my existing Cassandra Cluster with instruction provided on http://www.datastax.com/docs/1.1/operations/cluster_management. Now Its only showing 285 MB data instead of 250GB +. Please