MIT 6.824: Distributed Systems in Spring 2020 的课程笔记、论文总结以及实验实现思路。
目录:
课程主页:6.824 Home Page
视频资料:
课程讲义:
- Lecture 1: Introduction
- Lecture 2: RPC and Threads(略)
- Lecture 3: GFS
- Lecture 4: Primary-Backup Replication
- Lecture 5 - Go, Threads, and Raft(TODO)
- Lecture 6 & 7 - Fault Tolerance Raft(TODO)
TODO
- MapReduce 论文阅读(TODO)
- gfs 论文阅读
- vm-ft 论文阅读
- Raft 论文阅读
TODO
- Lab 1: MapReduce(TODO)
- Lab 2: Raft
- Lab 3: KV Raft
- Lab 4: Sharded KV(TODO)