Re: [ovs-dev] [PATCH v2 1/2] raft: Set threshold on backlog for raft connections.

2020-11-05 Thread Dumitru Ceara
On 11/3/20 4:53 PM, Ilya Maximets wrote: > RAFT messages could be fairly big. If something abnormal happens to > one of the servers in a cluster it may not be able to process all the > incoming messages in a timely manner. This results in jsonrpc backlog > growth on the sender's side. For

[ovs-dev] [PATCH v2 1/2] raft: Set threshold on backlog for raft connections.

2020-11-03 Thread Ilya Maximets
RAFT messages could be fairly big. If something abnormal happens to one of the servers in a cluster it may not be able to process all the incoming messages in a timely manner. This results in jsonrpc backlog growth on the sender's side. For example if follower gets many new clients at once that