• Yossi Gottlieb's avatar
    AE error response not properly handled. · 5e336b8f
    Yossi Gottlieb authored
    Errors were ignored if node's match_idx==next_idx-1, I assume (??) as a
    precaution against silently feeding a node that is not monotonic.
    
    However this does not consider the case where send_appendentries()
    relies on snapshot_last_idx which may be greater than the node's index.
    5e336b8f
raft_server.c 40 KB