Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 335 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 335 Bytes

cmsc23310RAFT

Pseudocode


Josh -> Electing the leader & Heartbeat
Aaron -> Handling the log (votes) 
    - Leader
    - Follower
Nathan -> Making sure the client gets directed to the leader
         Designing the log ( dict )
         Log -> state machine @ commit