gitkk/actor
zhenyi bcd750b905 feat(raft): add log truncation for AppendEntries conflict resolution
Add truncate_from() method to RaftLog for removing entries from a given
index onwards, as required by the Raft protocol when a follower detects
a term mismatch during AppendEntries.
2026-06-10 18:32:22 +08:00
..
handler.rs refactor(actor): implement Raft consensus algorithm for cluster leader election 2026-06-10 12:35:10 +08:00
message.rs refactor(actor): implement Raft consensus algorithm for cluster leader election 2026-06-10 12:35:10 +08:00
mod.rs refactor(actor): implement Raft consensus algorithm for cluster leader election 2026-06-10 12:35:10 +08:00
raft_log.rs feat(raft): add log truncation for AppendEntries conflict resolution 2026-06-10 18:32:22 +08:00
server.rs refactor(server): replace custom remote clients with macro-based implementation 2026-06-08 09:43:57 +08:00
sync.rs refactor(actor): implement Raft consensus algorithm for cluster leader election 2026-06-10 12:35:10 +08:00