Content deleted Content added
Canadaduane (talk | contribs) Be clearer in introduction that 3pc guarantees a "commit or abort" (not just commit), and clarify that the improvement it makes over 2pc is to eliminate the indefinite blocking edge case. |
Canadaduane (talk | contribs) m Clarify language "a specific type of failure" |
||
(2 intermediate revisions by the same user not shown) | |||
Line 7:
| institution = Department of Computer Science, Cornell University
| url = https://ecommons.cornell.edu/handle/1813/6323
}}</ref> is a [[distributed algorithm]] that ensures all nodes in a [[distributed system|system]] agree to [[Commit (data management)|commit]] or abort a [[database transaction|transaction]]. It improves upon the [[two-phase commit protocol]] (2PC) by eliminating the possibility of indefinite blocking caused by a specific type of failure during the commit phase.
==Motivation==
|