tikv / raft-rs

Raft distributed consensus algorithm implemented in Rust.
Apache License 2.0
2.86k stars 391 forks source link

Remove incorrect assertion #490

Closed agourlay closed 1 year ago

agourlay commented 1 year ago

https://github.com/tikv/raft-rs/issues/489

agourlay commented 1 year ago

needs a rebase https://github.com/tikv/raft-rs/pull/491

BusyJay commented 1 year ago

Missing a test case.

agourlay commented 1 year ago

https://github.com/tikv/raft-rs/issues/489#issuecomment-1291612502