Re: [ovs-dev] [PATCH 5/5] raft: Avoid having more than one snapshot in-flight.

2020-11-03 Thread Ilya Maximets
On 10/28/20 11:58 AM, Dumitru Ceara wrote: > On 10/26/20 2:42 AM, Ilya Maximets wrote: >> Previous commit 8c2c503bdb0d ("raft: Avoid sending equal snapshots.") >> took a "safe" approach to not send only exactly same snapshot >> installation requests. However, it doesn't make much sense to send >>

Re: [ovs-dev] [PATCH 5/5] raft: Avoid having more than one snapshot in-flight.

2020-10-28 Thread Dumitru Ceara
On 10/26/20 2:42 AM, Ilya Maximets wrote: > Previous commit 8c2c503bdb0d ("raft: Avoid sending equal snapshots.") > took a "safe" approach to not send only exactly same snapshot > installation requests. However, it doesn't make much sense to send > more than one snapshot at a time. If obsolete sn

[ovs-dev] [PATCH 5/5] raft: Avoid having more than one snapshot in-flight.

2020-10-25 Thread Ilya Maximets
Previous commit 8c2c503bdb0d ("raft: Avoid sending equal snapshots.") took a "safe" approach to not send only exactly same snapshot installation requests. However, it doesn't make much sense to send more than one snapshot at a time. If obsolete snapshot installed, leader will re-send the most rec