goraft / raft

UNMAINTAINED: A Go implementation of the Raft distributed consensus protocol.
MIT License
2.43k stars 479 forks source link

Added Weed File System using go-raft #176

Closed chrislusf closed 10 years ago

chrislusf commented 10 years ago

I am working on Weed File System, which added go-raft to support multiple master node for high availability.

benbjohnson commented 10 years ago

@chrislusf lgtm. If you can squash the commits into one then I can merge it. Also, Github doesn't notify us when there's a new commit on a PR so just add a comment if you make changes. Thanks!

philips commented 10 years ago

Merged via aed3d62. Thanks @chrislusf