-
Li Wei authored
raft_recv_appendentries() doesn't need to check prev_log_idx against currentIndex, as this is already done implicitly by getting the entry at prev_log_idx. Signed-off-by:
Li Wei <wei.g.li@intel.com>
5bad59c1
raft_recv_appendentries() doesn't need to check prev_log_idx against
currentIndex, as this is already done implicitly by getting the entry at
prev_log_idx.
Signed-off-by:
Li Wei <wei.g.li@intel.com>