Question-144: You have 4 node cluster, and you have found that one of the node in the cluster is performing badly. You decided to remove this node. Which of the below correct way of removing this node (Assume replication factor set as 3 for this cluster)?
- As we know data is already replicated in the cluster. We simply tun-off the node and then remove it.
- Get all Questions and Answer from here
- You need to have paid subscription to access all questions
- Thanks for considering Python Certification Material
Ans: B
Exp: As you read the question, you can find that it is talking about remove the node which is badly performing. But this one is still online. And if you want bring down the node which is already alive, you should use “nodetool decommission” command.
You can access to full explanation to question and answer from this page.