You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the situation where recovering the raft node, I think maybe we can just use the current Snapshot's meta index as same as the implementation in restore_raft :
In
Raft::new
, we always create aProgressSet
with settingnext_idx
1 in eachProgress
:raft-rs/src/raft.rs
Lines 251 to 255 in f7f7d01
In the situation where recovering the raft node, I think maybe we can just use the current
Snapshot
's meta index as same as the implementation inrestore_raft
:raft-rs/src/raft.rs
Lines 1984 to 1987 in f7f7d01
The text was updated successfully, but these errors were encountered: