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 :
> 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
2011/3/15 Sasha Dolgy
> Hi Ruslan,
>
> nodetool -h move
>
>
And how add node to cluster without token?
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?