raft. An understandable consensus algorithm

github.com/feross/raft

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

March 2019
  • Merge pull request #2 from Stanford-CS-190/project2
February 2019
  • Revert changes made in relation to open sourcing this repo.
  • found bug introduce in recent commit (be careful when trying to clean…
  • cleaning up peers a bit more
  • Update raft.cc
  • raft storage docs
  • add raft config documentation
  • docs
  • make --reset not run the server
  • finish client docs
  • maske responding to client more robust
  • improve readme
  • remove extra logs
  • fixed "send to clients on startup" bug
  • Fix using socket 0 error in follower servers
  • fixed a bug with reconnection, we now correctly redirect
  • documentation
  • commenting a few additions to raft server, and changes made to peer
  • Update peer-message.proto
  • document client