Three-phase commit protocol: Difference between revisions

Content deleted Content added
Removing backlinks to Cohort (computer science) because "Remove links after delete"; using TW
Line 41:
The Three-phase commit protocol eliminates this problem by introducing the '''Prepared to commit'''
state. If the '''coordinator''' fails before sending '''preCommit''' messages, the '''cohort''' will
unanimously agree that the operation was '''abortaborted'''ed. The '''coordinator''' will not send out a '''doCommit'''
message until '''all''' cohort members have '''ACK'''ed that they are '''Prepared to commit'''.
This eliminates the possibility that '''any''' cohort member actually completed the