Starting from one host running Cassandra, I am trying to add a new node and form a cluster.
I update the seeds list on both hosts and after restarting both nodes, I do nodetool status and see both nodes forming a cluster. However, I am seeing some data loss issue. I am not seeing all the data that I added to a column family before I added the new node.
Steps to reproduce:
Start a node with following settings in cassandra.yaml
initial_token:num_tokens:256seed_list: host1
Create a keyspace and a column family and enter some data
- Start another node, exact same settings and host1 with the following settings changes on both
- seeds: host1, host2 - When I log in to cal from host2, I do not see all data.