Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 541 Bytes

File metadata and controls

32 lines (25 loc) · 541 Bytes

Fault-Tolerant SurfStore

Reproduced Raft log consensus algorithm for fault-tolerant SurfStore

Makefile

Run BlockStore server:

$ make run-blockstore

Run RaftSurfstore server:

$ make IDX=0 run-raft

Test:

$ make test

Specific Test:

$ make TEST_REGEX=Test specific-test

Clean:

$ make clean

Reference

[1] Ongaro, Diego, and John Ousterhout. "In search of an understandable consensus algorithm." 2014 USENIX Annual Technical Conference (Usenix ATC 14). 2014.