Skip to content

RLungWu/MIT-6.5840-Lab-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIT-6.5840-Lab-2

Pass Record

PassRecord

Reference

Lab Page: https://pdos.csail.mit.edu/6.824/labs/lab-kvsrv.html

What did I do?

In this Lab, I created a simple KV server. In the src/kvsrv file, you can see my code.

Special thing I do

I use uuid as the specific ID of every request. To avoid duplicate request, in the common.go, Request of RPC call must be unique.

Feedback

This is a simple lab. What we have to do is to help build the RPC call and deal with easy error handling.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors