Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 317 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 317 Bytes

Progress

Updated on 2020.2.25

Finish lab 2 of MIT 6.824, a complete raft algorithm implementation without log compaction and cluster membership change.

Updated on 2020.3.11

Finishe lab 3 of MIT 6.824, a fault-torent key/value storage service based on raft library which added log compaction from lab2