Commit Phase: ○ If all participants vote to commit, the coordinator sends a commit message to?
ll participants, and the transaction is finalized.
- If any participant votes to abort, the coordinator sends an abort message to
ll participants, rolling back the transaction.
Downsides: Two-phase commit can cause performance bottlenecks and is prone to
blocking if the coordinator or any participant fails during the process.