Completed
Coalesced Roles at Scale
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Implementing Distributed Consensus
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 What?
- 3 Protocols
- 4 Paxos Roles
- 5 Coalesced Roles with Leader
- 6 Coalesced Roles at Scale
- 7 Limitations
- 8 Assuming a wide quorum
- 9 Lock API
- 10 Consensus API
- 11 Control API
- 12 Skinny Instance
- 13 Propose Function
- 14 Resulting Behavior
- 15 Improvement #1
- 16 Timeouts
- 17 Improvement #2
- 18 Concurrency
- 19 What's wrong?
- 20 Solution: More synchronizing
- 21 Early Stopping (3)
- 22 Ghost Quorum
- 23 The Fix
- 24 Further Reading
- 25 Try, Play, Learn!