jgroups-extras/jgroups-raft

Leader: send AppendEntriesRequest before appending to own log

belaban opened this issue · 0 comments

If a leader sends the AppendEntriesRequest before appending to its log, then the cost of appending at the leader is not on the critical path (time-wise) to get the acks from the followers.
Analyze if this has other ramifications (it shouldn't, since this is only an append, not a commit)