Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cs733
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Sushant Mahajan
cs733
Commits
f6aae0d0
Commit
f6aae0d0
authored
Apr 20, 2015
by
Sushant Mahajan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added some data to README.md and INFO file updated
parent
2373e395
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
2 deletions
+15
-2
assignment4/INFO
assignment4/INFO
+1
-0
assignment4/README.md
assignment4/README.md
+14
-2
No files found.
assignment4/INFO
0 → 100644
View file @
f6aae0d0
Discussed with Bharath Radhakrishnan - 133050014
assignment4/README.md
View file @
f6aae0d0
Assignment 4 for CS733, Engineering a Cloud
Combine the KVStore and RAFT
# Completed RAFT implementation with a KVStore behind it
## 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}.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment