Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 753 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 753 Bytes

6.824-golabs-2022

http://nil.csail.mit.edu/6.824/2022/

progress

  • lab1 mr
  • lab2 raft
    • 2A leader election
    • 2B log
    • 2C persistence
    • 2D log compaction
  • lab3 kvraft
    • 3A Key/value service without snapshots
    • 3B log compaction
  • lab4 shardkv
    • 4A The Shard controller
    • 4B Sharded Key/Value Server
    • challenge1 shard deletion
    • challenge2 unaffected shard access
    • challenge3 partial migration shard access