Skip to content

Cobalt-27/6.824-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIT-6.824 Distributed System

course link

Tests Passed:

  • Lab1: MapReduce
  • Lab2A: Raft, leader election
  • Lab2B: Raft, log
  • Lab2C: Raft, persistence
  • Lab2D: Raft, log compaction
  • Lab3A: Fault-tolerant Key/Value Service without snapshots
  • Lab3B: Fault-tolerant Key/Value Service with snapshots
  • Lab4: Sharded Key/Value Service

Run Tests

Lab1

cd src/main
bash test-mr.sh 

Lab2

cd src/raft
go test -race

Releases

No releases published

Packages

No packages published