Read Repair Chance
Read Repair Chance
When a read request is made with consistency as ALL
- Coordinator Node send the data request to nearest node
- Coordinator Node send the checksum request from replica node
- Once it receives the responses it checks all the checksum values.
- If they are all same as below value 23
- If. Values are different as below from replica nodes
- Coordinator nodes checks the checksum which has the latest timestamp , it discards the data from replica node which has stale data.
- Coordinator node sends the correct data on the replica node on which data is deleted
Comments
Post a Comment