You need to sign in or sign up before continuing.
Commit f6aae0d0 authored by Sushant Mahajan's avatar Sushant Mahajan

added some data to README.md and INFO file updated

parent 2373e395
Discussed with Bharath Radhakrishnan - 133050014
Assignment 4 for CS733, Engineering a Cloud # Completed RAFT implementation with a KVStore behind it
Combine the KVStore and RAFT
## Assignment 4 for CS733, Engineering a Cloud, CS733, IIT Bombay
### Authors:
* Sushant Mahajan (133059007)
* Discussed with - Bharath Radhakrishnan (133050014)
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.
### Note:
The log files will become very large on running test cases. They are named as log{0..4}.
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