Re: [ovs-dev] [PATCH 3/5] raft: Set threshold on backlog for raft connections.

2020-11-03 Thread Ilya Maximets
On 10/28/20 11:49 AM, Dumitru Ceara wrote: > On 10/26/20 2:42 AM, 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 b

Re: [ovs-dev] [PATCH 3/5] raft: Set threshold on backlog for raft connections.

2020-10-28 Thread Dumitru Ceara
On 10/26/20 2:42 AM, 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 examp