> - When I try to remove the token, it says: Exception in thread "main" > java.lang.UnsupportedOperationException: Token not found. Am assuming you ran nodetool removetoken on a node other than the joining node? What did nodetool ring look like on that machine ?
Take a look at nodetool netstats on the joining node to see if streaming has failed. If it's dead then… 1) Try restarting the joining node and run nodetool repair on it immediately. Note: am assuming QUOURM CL otherwise things may get inconsistent. or 2) Stop the node. Try to get remove the token again from another node. Node that removing a token will stream data around the place as well. Cheers ----------------- Aaron Morton Freelance Developer @aaronmorton http://www.thelastpickle.com On 7/03/2012, at 9:11 PM, R. Verlangen wrote: > Hi there, > > I'm currently in a really weird situation. > - Nodetool ring says node X is joining (this already takes 12 hours, with no > activity) > - When I try to remove the token, it says: Exception in thread "main" > java.lang.UnsupportedOperationException: Token not found. > - Removetoken status = No token removals in process. > > How to get that node out of my cluster? > > With kind regards, > Robin Verlangen