Coordination & Transactions
1 / 6
Distributed writes fail by partial success. We need protocols that stay correct under:
commit or non-commit)commit iff all votes are commitabortNuance: 2PC can block if coordinator fails at bad times.
Safety rules:
Also enforce idempotency by operation ID for retry stability.
Goal: protocol correctness under failures, not just happy path.