Question-149: You have 8 node Cassandra cluster which is physically separated in two datacenters. 4 nodes in each datacenter. You have found that one of the nodes is down in the Cluster (this is not a seed node). You need to replace this node from the cluster. What all are true, for replacing the node, rather than first remove and then add?
- You don’t have to move the data two time
- Get all Questions and Answer from here
- You need to have paid subscription to access all questions
- Thanks for considering Python Certification Material
Ans : A,B,C
Exp : When you replace the dead node in the cluster then you should not follow the strategy like first remove the dead node from the cluster and then add a new node to the cluster. Rather you should use the replace node strategy where you would keep the dead node as part of the cluster until the new node is added.
You can access to full explanation to question and answer from this page.