On Fri, Feb 28, 2020 at 06:07:09PM -0800, Han Zhou wrote:
> When a follower needs to "catch up", leader can send N entries in
> a single append_request instead of only one entry by each message.
> 
> The function raft_send_append_request() already supports this, so
> this patch just calculate the correct "n" and use it.
> 
> Signed-off-by: Han Zhou <hz...@ovn.org>

I'm a little concerned about memory and message sizes here.  It might be
wise to limit them.  All of the existing callers pass either 0 or 1 for
'n'.

I'm going to apply this anyway, though.
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to