Question-187: In Cassandra cluster when repairs are initiated?
- While reading the data if it was found that data is not in sync then repair would be initiated.
- 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,C
Exp: There are various event for option through which nodetool repair can be initialized some of them are as below
- while reading the data if it was found that replica is not in sync with another node then repair would be initialized for that replica.
-
You can access to full explanation to question and answer from this page.