issues
search
eBay
/
NuRaft
C++ implementation of Raft core logic as a replication library
Apache License 2.0
1.02k
stars
240
forks
source link
Fix to bug in `handle_cli_req`
#526
Closed
greensky00
closed
4 months ago
greensky00
commented
4 months ago
When a leader invokes
end_of_append_batch
, the first parameter represents the starting index of the batch. There was missing
+1
.
end_of_append_batch
, the first parameter represents the starting index of the batch. There was missing+1
.