I had a 3 node DSE 3.0 cluster setup on 3 VMs. I uninstalled DSE 3.0 from all vms (so I thought) by deleting the entire dse directories including the data, commitlog, and saved_caches directory. After reinstalling DSE 3.0 on one of the VMs, I can keep getting the following error when I try to start up one of the nodes, even if I change the cluster name and remove all of the ips for the other nodes in cassandra.yaml, can anybody tell me if there is another directory that I would have to delete that points to the old cluster?
Error:
JOINING: sleeping 30000 ms for pending range setup
JOINING: Exception encountered during startup
java.lang.IllegalStateException: Nou sources found for (0,0]
at org.apache.cassandra.dht.RangeStreamer.getAllRangesWithSourcesFor(RangeStreamer.java:163)
.....