Question-72: NodeSync utility is used for repairing the data on each table level, which is further divided in the segments. Which of the following is a valid statement in this case?
- While repairing a particular segment maintained as locked in nodesync_status table.
- 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,D
Exp : Yes, while repairing a particular segment its status needs to maintained in a system table “system_distributed.nodesync_status” table. And whatever segment it start repairing/validating, it would mark as locked in this table. So not any other process start repair the same segment.
You can access to full explanation to question and answer from this page.