Completed
Slowdowns Take Different Forms
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Tolerating Slowdowns in Replicated State Machines Using Copilots
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Replicated State Machine (RSM)
- 3 Fault Tolerance for High Availability
- 4 Slowdowns Hurt Availability
- 5 Slowdowns Take Different Forms
- 6 Defining Slowdown Tolerance
- 7 Multi-Paxos is Not 1-Slowdown-Tolerant
- 8 Copilot: First 1-Slowdown-Tolerant Protocol
- 9 Ordering: Use Two Logs
- 10 Ordering: Combine Logs with Dependencies
- 11 Ordering: Dependency Cycles
- 12 Ordering: A Tricky Case
- 13 Ordering: Same on All Replicas
- 14 Copilot Protocol: Dependencies?
- 15 Optimizations
- 16 Evaluation
- 17 Copilot and Fast-View-Change Tolera
- 18 Gradual Slowdown
- 19 Performance Without Slow Replicas
- 20 Conclusion