• Yossi Gottlieb's avatar
    AE error response not properly handled. · b5cf5cf9
    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.
    b5cf5cf9
raft_server.c 40.3 KB