Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ovsdb: raft: Fix time intervals for multitasking while joining.
While joining, ovsdb-server may not wake up for a duration of a join timer, which is 1 second and is by default 3x larger than a heartbeat timer. This is causing unnecessary warnings from the cooperative multitasking module that thinks that we missed the heartbeat time by a lot. Use join timer (1000) instead while joining. Fixes: d4a1564 ("ovsdb: raft: Enable cooperative multitasking.") Acked-by: Han Zhou <[email protected]> Signed-off-by: Ilya Maximets <[email protected]>
- Loading branch information