MIT6.824_DistributedSystem icon indicating copy to clipboard operation
MIT6.824_DistributedSystem copied to clipboard

MIT6.824分布式系统(2018秋)

MIT6.824分布式系统

MIT6.824分布式系统课程记录,包括paper阅读笔记、lecture阅读与翻译、lab实验总结等等。

Lab

  • [x] Lab1: MapReduce
  • [x] Lab2: Raft
    • [x] Part 2A: Leader election and heartbeats
    • [x] Part 2B: Log Replication
    • [x] Part 2C: Persistence
  • [x] Lab3: KVServer
    • [x] Part 3A: Key/Value service without log compaction