Re: Move token to another node on 1.2.x

2013-11-07 Thread Robert Coli
On Thu, Nov 7, 2013 at 3:58 PM, Daning Wang wrote: > How to move a token to another node on 1.2.x? I have tried move command, > ... > We don't want to use cassandra-shuffle, because it put too much load on > the server. we just want to move some tokens. > driftx on #cassandra reminded me of :

Re: Move token to another node

2011-03-15 Thread Peter Schuller
> And how add node to cluster without token? You must always have a token. You can bootstrap a node into the cluster and have it auto-select a token by leaving the initial_token setting empty, but that only makes sense if you want the new node to evenly split the largest current range. I think th

Re: Move token to another node

2011-03-15 Thread ruslan usifov
2011/3/15 Sasha Dolgy > Hi Ruslan, > > nodetool -h move > > And how add node to cluster without token?

Re: Move token to another node

2011-03-15 Thread Sasha Dolgy
Hi Ruslan, nodetool -h move -sd On Tue, Mar 15, 2011 at 11:23 AM, ruslan usifov wrote: > Hello > > I have follow task. I want to move token from one node to another how can i > do that?