Changes between Initial Version and Version 1 of Ticket #1755, comment 5
- Timestamp:
- 2013-03-31T01:56:04Z (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1755, comment 5
initial v1 1 The difficulty of distributed two-phase commit in generalis that if the Transaction Manager fails after telling some of the Resource Managers to prepare but before either telling them to commit or telling them to rollback, then they are stuck in this prepared state (i.e. locked).1 The difficulty of distributed two-phase commit **in general** is that if the Transaction Manager fails after telling some of the Resource Managers to prepare but before either telling them to commit or telling them to rollback, then they are stuck in this prepared state (i.e. locked). 2 2 3 3 (See Gray and Reuter's book "Transaction Processing", and see also Gray-1995-“Consensus On Transaction Commit”.)