Question-130: You are planning to decommission a node from the Cassandra cluster, which of the following is correct in this case?
- Token ranges would be assigned to remaining node after the decommissioning of the node
- 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
Exp: This question is asked in the context of the approaches of removing a particular node from the cluster. Suppose you are removing a node from the cluster. Then there are two approaches you can follow.
- Nodetool decommission
- Nodetool removenode
You can access to full explanation to question and answer from this page.