dynamo-read-repair-ensures-replica-consistency

Status: OUT

Eager all-node read repair after every quorum read ensures all replicas converge to the latest version, because repair propagates to all reachable nodes (not just quorum participants) and per-key versioning prevents false cross-key conflicts.

Justifications

Read repair converges replicas for existing keys but without delete or tombstone support, deleted keys are resurrected from stale replicas during repair

Depends on (SL): dynamo-read-repair-is-eager, dynamo-read-repair-is-all-node, dynamo-per-key-versioning

Unless: dynamo-no-delete-support

JSON