I have 2 node cassandra cluster. I intend to split them to two single node clusters.
- Shut Down Both Cassandra Instances
- Edit cassandra.yaml in both nodes, Changed seeds to point to self, and set endpoint_snitch: SimpleSnitch
- Start Cassandra on both nodes
Nodetool Status command on both the nodes shows 2 nodes, while I expect only one node.
What am I doing wrong ?