Hey all,

 I'm trying to decommission a node.

 First I'm getting a status:

[root@beta-new:/usr/local] #nodetool status
Note: Ownership information does not include topology; for complete
information, specify a keyspace
Datacenter: datacenter1
=======================
Status=Up/Down
|/ State=Normal/Leaving/Joining/Moving
--  Address         Load       Tokens  Owns    Host ID
          Rack
UN  162.243.86.41   1.08 MB    1       0.1%
 e945f3b5-2e3e-4a20-b1bd-e30c474a7634  rack1
UL  162.243.109.94  1.28 MB    256     99.9%
fd2f76ae-8dcf-4e93-a37f-bf1e9088696e  rack1


But when I try to decommission the node I get this message:

[root@beta-new:/usr/local] #nodetool -h 162.243.86.41 decommission
nodetool: Failed to connect to '162.243.86.41:7199' -
NoSuchObjectException: 'no such object in table'.

Yet I can telnet to that host on that port just fine:

[root@beta-new:/usr/local] #telnet 162.243.86.41 7199
Trying 162.243.86.41...
Connected to 162.243.86.41.
Escape character is '^]'.


And I have verified that cassandra is running and accessible via cqlsh on
the other machine.

What could be going wrong?

Thanks
Tim


-- 
GPG me!!

gpg --keyserver pool.sks-keyservers.net --recv-keys F186197B

Reply via email to