Re: Difficulties after nodetool removenode

2019-07-04 Thread Jay Zhuang
Hi Morten, it might be a bug, which C* version are you using? To guarantee consistency, it's recommended to run repair on all nodes after removeNode (for NetworkTopologyStrategy, it could be all nodes in that specific datacenter). On Thu, Jul 4, 2019 at 8:30 AM Alain RODRIGUEZ wrote: > Hello, >

Re: Difficulties after nodetool removenode

2019-07-04 Thread Alain RODRIGUEZ
Hello, Just for one node, and if you have a strong consistency 'Read CL + Write CL > RF', you can: - force the node out with 'nodetool removenode force' if it's still around - run a repair (just on that node, but full repair). OR - force the node out with 'nodetool removenode force' if it's still