Skip to content

andrewlee302/MIT-6.824

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Andrew's Implementation of Labs of MIT 6.824

6.824 is a core graduate subject with lectures, labs, an optional project, a mid-term exam, and a final exam. 6.824 is 12 units.

Progress

  1. Lab 1: MapReduce (Done)
  • Worker failure
  1. Lab 2 : Primary/Backup Key/Value Service
  • Part-A (Done)
    • View server (zookeeper-like component)
  • Part-B (Done) A bug in ConcurrentSameUnreliable
    • PRC at-most-one semantics (dedup)
    • replication from primary to backup
    • mutex of concurrency request
    • client requests of expired view
  1. Lab 3: Paxos-based Key/Value Service
  • Part-A Paxos Service (Done)
  • Part-B: Paxos-based Key/Value Server (Done)
  1. Lab 4: Sharded Key/Value Service (Undone)
  2. Lab 5: Persistence (Undone)

Deploy

  1. Install golang, and setup golang environment variables and directories. Click here to learn it.
  2. Setup the labs.
cd $GOPATH
git clone https://github.com/andrewlee302/MIT-6.824.git
cd MIT-6.824
export GOPATH=$GOPATH:$(pwd)

You can run the test cases in the labs.

Releases

No releases published

Packages

No packages published

Languages