/6.824-golabs-2022

raft practice on mit 6.824 2022 lab

Primary LanguageGoMIT LicenseMIT

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