Commit 490c6b63 authored by Sushant Mahajan's avatar Sushant Mahajan

added completed information to README.md

parent f6aae0d0
...@@ -8,7 +8,17 @@ ...@@ -8,7 +8,17 @@
The raft implementation is complete. commands are getting replicated across all replicas and the leader is the only one responding. The raft implementation is complete. commands are getting replicated across all replicas and the leader is the only one responding.
If the client tries to connect to a non-leader, he receives redirect error and connection is closed. Leader election works. If the client tries to connect to a non-leader, he receives redirect error and connection is closed.
### Modules completed:
* Leader election working.
* State machine executing instructions.
* KVStore replicating.
* Only leader replying to client.
* Heartbeats working fine.
* Good number of test cases written.
* Communication accross instances working via RPCs.
### Note: ### Note:
The log files will become very large on running test cases. They are named as log{0..4}. * The log files will become very large on running test cases. They are named as log{0..4}.
* Servers are not getting killed via normal go lang way so have used bash scripting.
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