Skip to content

Latest commit

 

History

History
32 lines (14 loc) · 609 Bytes

README.md

File metadata and controls

32 lines (14 loc) · 609 Bytes

MIT6.824

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.

Progress

Lab1 MapReduce

  • MapReduce

Lab2 Raft

  • 2A: leader election, heartbeat
  • 2B: AppendEntries
  • 2C: Persistence, Fast log rollback

Lab 3 Fault-tolerant Key/Value Service

  • 3A: Key/value service without log compaction
  • 3B: Key/value service with log compaction

Lab 4 Sharded Key/Value Service [TODO]