kv-read-path-is-self-healing

Status: IN

Every KV get is self-healing: sibling versions detect replica divergence and read repair pushes non-dominated versions back to stale replicas as a side effect, converging the cluster toward consistency on every read.

Justifications

Read repair + sibling detection make the read path an active consistency mechanism, not just a query

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

Depended on by

JSON