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
all_yes = all(v == "yes" for v in votes.values())