Hoverbear / old-raft-rs

[Incomplete] A Raft implementation in Rust
https://hoverbear.github.io/raft-rs/raft/
MIT License
266 stars 41 forks source link

Leader Elections #32

Closed danburkert closed 9 years ago

danburkert commented 9 years ago

This is the latest batch of commits I've been working on. Leader elections are working, but not well tested. I've been able to spin up three servers in separate processes, and make sure that one gets elected, and when the leader goes down another is elected. There is still more work to do around errors and edge cases.

Hoverbear commented 9 years ago

@danburkert You, are, awesome!