kv-reads-eventually-converge

Status: IN

KV reads drive eventual consistency through read repair and sibling version detection — every get actively heals divergence — but this guarantee holds only if W+R>N quorum overlap is actually maintained.

Justifications

Read repair is a convergence mechanism, but without quorum overlap it may read from a set of replicas that never received the latest write — self-healing can't fix what it never sees

Depends on (SL): kv-read-repair-on-get, kv-node-stores-sibling-versions

Unless: kv-store-quorum-overlap-not-enforced

JSON