Reputation: 87
We have cassandra 1.0.6 with single node cluster, what are the steps need to be considered while adding new node of same cassandra version.
Any we need to add the second node without restarting the current 1st node.
Upvotes: 1
Views: 108
Reputation: 368
The following step should be sufficient for your case.
node0 : old node
node1 : new node
The node1 will add itself to the datacenter of node0 and fetch the data its been assigned to have.
If this does not work go through this link : Adding nodes to an existing cluster. Would help.
Upvotes: 1