Re: [ovs-dev] [PATCH 2/2] ovsdb: raft: Fix probe intervals after install snapshot request.

2024-04-17 Thread Mike Pattrick
On Thu, Apr 11, 2024 at 7:45 PM Ilya Maximets wrote: > > If the new snapshot received with INSTALL_SNAPSHOT request contains > a different election timer value, the timer is updated, but the > probe intervals for RAFT connections are not. > > Fix that by updating probe intervals whenever we get

[ovs-dev] [PATCH 2/2] ovsdb: raft: Fix probe intervals after install snapshot request.

2024-04-11 Thread Ilya Maximets
If the new snapshot received with INSTALL_SNAPSHOT request contains a different election timer value, the timer is updated, but the probe intervals for RAFT connections are not. Fix that by updating probe intervals whenever we get election timer from the log. Fixes: 14b2b0aad7ae ("raft: