Hi, all
   After I added one node into the existed cluster, I want to use "nodetool
move" command:

../cassandra-2.1.11/bin/nodetool -h 192.168.56.110 move -2696407920004217295

I hope move  -2696407920004217295 (existed in 192.168.56.110) into
192.168.56.112, but I got the following error:

[root@test-1 pengcz]# ../cassandra-2.1.11/bin/nodetool -h 192.168.56.110
move -2696407920004217295

error: target token -2696407920004217295 is already owned by another node.

-- StackTrace --

java.io.IOException: target token -2696407920004217295 is already owned by
another node.

at
org.apache.cassandra.service.StorageService.move(StorageService.java:3479)

What should I do for this, Thanks in advance!


Dillon

Reply via email to