Files
gitks/actor
zhenyi 49c1675e01 fix(raft): truncate log on AppendEntries term conflict
Use truncate_from() instead of skip when a follower detects a term
mismatch, correctly deleting conflicting entries and all that follow
per the Raft protocol.
2026-06-10 18:32:33 +08:00
..