distributed-writes-have-compounding-correctness-gaps

Status: IN

Distributed write correctness has compounding weaknesses: quorum semantics are weakened by sloppy quorum and permissive configuration, and the conflict resolution that should catch remaining inconsistencies is split between two disconnected mechanisms (self-resolving CRDTs and an incomplete strategy enum).

Justifications

Weakened quorum guarantees rely on conflict resolution as a safety net, but that net is itself fragmented

Depends on (SL): quorum-guarantees-weakened-at-two-levels, conflict-resolution-architecture-is-split

Depended on by

JSON