kv-anti-entropy-covers-writes-and-deletes

Status: IN

The KV store's anti-entropy strategy is complete across both operation types: read repair converges divergent write versions via sibling detection, and tombstones prevent delete operations from causing data resurrection from lagging replicas.

Justifications

without read repair, write divergence persists; without tombstones, deletes get resurrected — both mechanisms are independently necessary for full convergence

Depends on (SL): kv-read-path-is-self-healing, soft-delete-prevents-distributed-resurrection

Depended on by

JSON