Commit 93b1a277 authored by Sushant Mahajan's avatar Sushant Mahajan

updated completed code and modules yet to complete

parent 56f872c7
...@@ -5,14 +5,13 @@ In assignment 2 we had used async RPCs for communication. In this assignment we ...@@ -5,14 +5,13 @@ In assignment 2 we had used async RPCs for communication. In this assignment we
completed so far: completed so far:
-follower implementation -follower implementation
-candidate implementation -candidate implementation
-partial leader implementation -leader implementation
-election timeout -election timeout
-heartbeat timeout -heartbeat timeout
-persistance of currentTerm and votedFor for each server -persistence of currentTerm and votedFor for each server
-persistence of log
left: left:
-leader code completion -testing the code
-enforcing log on followers
-log persistance
Hope to complete by Wednesday 2015/03/25 Hope to complete by Wednesday 2015/03/25
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment