Distributed System s Fall 2 0 0 9 Distributed transactions
Fall 2 0 0 9 5 DV0 2 0 3Outline
- Flat and nested distributed transactions
- Atom ic comm it
– Two-phase com mit protocol
- Concurrency control
– Locking – Optim istic concurrency control
- Distributed deadlock
– Edge chasing
- Summary
Flat and nested distributed transactions
- Distributed transaction:
– Transactions dealing with objects managed by different processes
- Allows for even better performance
– At the price of increased complexity
- Transaction coordinators and object
servers
– Participants in the transaction
Fall 2 0 0 9 5 DV0 2 0 5Atom ic com m it
- If client is told that the transaction
is committed, it must be committed at all object servers
– ...at the same time – ...in spite of (crash) failures and asynchronous systems
Fall 2 0 0 9 5 DV0 2 0 6Tw o-phase com m it protocol
- Phase 1: Coordinator collects votes
– “Abort”
- Any participant can abort its part of the
transaction
– “Prepared to commit”
- Save update to permanent storage to
survive crashes
- May not change vote to “abort”
- Phase 2: Participants carry out the
joint decision