tikv / raft-rs

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

include leader and current rule info in vote log #546

Closed glorv closed 2 months ago

glorv commented 2 months ago

This can help us determine a peer's current state easier when investigate vote and leader changes related issues.

glorv commented 2 months ago

/cc @Connor1996 @overvenus

glorv commented 2 months ago

waiting for #547 to fix the nightly build first.