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
490c6b63
Commit
490c6b63
authored
Apr 20, 2015
by
Sushant Mahajan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added completed information to README.md
parent
f6aae0d0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
2 deletions
+12
-2
assignment4/README.md
assignment4/README.md
+12
-2
No files found.
assignment4/README.md
View file @
490c6b63
...
...
@@ -8,7 +8,17 @@
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:
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.
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