Question-73: When NodeSync utility needs to repair the data in a particular segment, it follows the read path. Please arrange the below in the read repair order flow.

 

  1. Read data from all replicas
  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 :

  1. Read data from all the replicas across the nodes in the cluster.
  2. If there is data inconsistency then pick the data with the latest timestamp.

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