I have a 6-node DSE Search datacenter with vnodes disabled. This is previously a 2-node DC and the other 4 nodes were just recently added. Now, to rebalance the DC, I want to move one of the original nodes into a different position in the ring. BUT, that node doesn't have enough free space to accommodate the move - the drive fills to 100% during the streaming phase.
Adding a new node to replace the node that I want to move is currently not possible for me. What other options do I have? My DC's RF is 2. I wonder if:
- I can safely run nodetool cleanup on the node before attempting to move (in the hope that cleanup would free up enough space to facilitate the move)*
- I can safely remove the node via nodetool removenode and re-add it as a new node
I'm using DSE 4.0.3 (Cassandra 2.0.7); Murmur3Partitioner
*I'm actually following this guide but the cleanup doesn't come until the move is completed. Can I interchange steps 6 and 7 for this particular node?