Question-185: Which of the following is/are correct for repairing table on a particular node?

  1. You should run when node was disconnected from the cluster for some time.
  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, C

Exp:  Repair a good option for bringing data in sync on all the nodes in the cluster. But you have to be careful when you should run it and when it should get completed.  So, whenever you run nodetool repair command you have to make sure that it get completed before the gc_grace_second window expire. 

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