This repo contains materials when studying MIT 6.824.
./src
contains the src code, ./LabNotes
contains my notes when doing labs, ./Lectures
contains lecture notes and papers.
- MapReduce
- 2A: leader election, heartbeat
- 2B: AppendEntries
- 2C: Persistence, Fast log rollback
- 3A: Key/value service without log compaction
- 3B: Key/value service with log compaction