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

fix LogIndex underflow in purge_from_index; reenable bounds checking #10

Closed danburkert closed 9 years ago

Hoverbear commented 9 years ago

Cool! Weird it wasn't working on mine but I'd glad we could diagnose it.