Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 730 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 730 Bytes

DS201 Exercise 14

Read Repair

In this hands-on lab, you will:

  • Simulate an inconsistent replica node by deleting its data files
  • Force a read repair by requesting query results from all replica nodes

Consistency is the tricky challenge for distributed systems. As distributed systems trade-off consistency for performance, some of the nodes in a cluster may become inconsistent. When Cassandra notices these inconsistencies, it takes steps to resolve them. This resolution is the role of read repair.

Start the hands-on lab:

Open in KataPod