Question-130:  You are planning to decommission a node from the Cassandra cluster, which of the following is correct in this case?

  1. Token ranges would be assigned to remaining node after the decommissioning of the node
  2. Get all Questions and Answer from here
  3. You need to have paid subscription to access all questions
  4. 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.

  1. Nodetool decommission
  2. Nodetool removenode

You can access to full explanation to question and answer from this page.