Re: nodetool move in cassandra

2011-05-13 Thread aaron morton
nodetool move decommissions the node then bootstraps it back . I've not checked the code but decommission will only send the data it needs to the other nodes, and I believe bootstrap can do that same but I am not sure. http://wiki.apache.org/cassandra/Operations#Moving_nodes Aaron ---

nodetool move in cassandra

2011-05-12 Thread Anurag Gujral
Hi All, I want to change the token for my cassandra node from T to T+1. It appears that cassandra in this case brings all the data from the other nodes(which basically mean i can only do move token if RF is > 1 for my cluster) . Does cassandra node whose token I am changing looks at the