I recently added nodes to existing cluster and removed some. "nodetool gossipinfo" doesn't show the non existing nodes but a thread dump on cassandra reveals it is trying to write to the non existing old node. I tried restarting the cluster using "-Dcassandra.load_ring_state=false" on each node but has no effect to the behavior. Is there a way to purge this through CQL?
Thanks,SC