conflict-resolution-is-forward-only-at-all-distribution-levels

Status: IN

Conflict resolution at all distribution levels resolves concurrency conflicts by moving forward rather than rolling back: single-node optimistic locking retries with updated state, multi-replica sibling retention adds all concurrent versions, and multi-device version vectors create new version entries — no conflict resolution mechanism discards or reverses already-committed state, containing temporal gaps without reversal.

Justifications

Conflict handling always appends or retries rather than reverting committed state

Depends on (SL): conflict-resolution-depth-scales-with-distribution, forward-only-preserves-correctness-despite-accepted-gaps

Depended on by

JSON