willemt / raft

C implementation of the Raft Consensus protocol, BSD licensed
Other
1.13k stars 271 forks source link

End snapshot fixes. #84

Open yossigo opened 6 years ago

yossigo commented 6 years ago

We can't assume commit index does not change between begin and end snapshot, as AE responses may arrive.