Question-142: You are having a Cassandra cluster with the “Single token architecture” and you have found that one of the nodes in the cluster is having issue and you need to remove that node from the cluster. What you would be doing?

  1. First manually adjust the tokens evenly, so that data can be distributed across the cluster on remaining nodes.
  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,C

Exp : If node is already active then you should use the “nodetool decommission” command. But if node is down then we should use the “nodetool removenode” command. However, in the question it is clearly mentioned that it is a single token architecture. Hence, you have to manually arrange the token before running the removenode command.

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