Re: [ovs-dev] [PATCH 1/2] ovsdb: raft: Fix inability to join a cluster with a large database.

2024-04-17 Thread Mike Pattrick
On Thu, Apr 11, 2024 at 7:44 PM Ilya Maximets wrote: > > Inactivity probe interval on RAFT connections depend on a value of the > election timer. However, the actual value is not known until the > database snapshot with the RAFT information is received by a joining > server. New joining server

[ovs-dev] [PATCH 1/2] ovsdb: raft: Fix inability to join a cluster with a large database.

2024-04-11 Thread Ilya Maximets
Inactivity probe interval on RAFT connections depend on a value of the election timer. However, the actual value is not known until the database snapshot with the RAFT information is received by a joining server. New joining server is using a default 1 second until then. In case a new joining