Skip to content

jingyizhu9901/MIT6.824

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIT6.824 Distributed Systems

Class main page: http://nil.csail.mit.edu/6.824/2021/schedule.html

This repo is my self-learning journey of MIT6.824 2021 Spring version. Below is my implementation:

  • Lab 1 - MapReduce
  • Lab 2 - Raft
    • Part 2A - Implement Raft leader election and heartbeats
    • Part 2B - Implement the leader and follower code to append new log entries
    • Part 2C - Complete the functions persist() and readPersist() in raft.go, and realized faster roll-back
  • Lab 3 - Fault-tolerant Key/Value Service
    • Part 3A - Key/value service without log compaction
    • Part 3B - Key/value service with log compaction

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published