2pc-unanimous-vote

Status: IN

A transaction commits only if every participant in `participant_operations` votes `"yes"`; a single `"no"` vote triggers abort for all participants regardless of how many voted yes

Source: entries/2026/05/29/two-phase-commit-two_phase_commit.md

Example

all_yes = all(v == "yes" for v in votes.values())

JSON