Re: [ovs-dev] [PATCH v2 1/4] raft.c: Move raft_reset_ping_timer() out of the loop.

2019-08-19 Thread Han Zhou
I just sent V3 of the series which mainly adds the 5th patch to the series for changing election timer online. In addition, there are just minor fixes in test cases. https://patchwork.ozlabs.org/project/openvswitch/list/?series=126000 I hope at least 1/5 - 4/5 can get in branch 2.12. 5/5 is optio

[ovs-dev] [PATCH v2 1/4] raft.c: Move raft_reset_ping_timer() out of the loop.

2019-08-14 Thread Han Zhou
From: Han Zhou Fixes: commit 5a9b53a5 ("ovsdb raft: Fix duplicated transaction execution when leader failover.") Signed-off-by: Han Zhou --- ovsdb/raft.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ovsdb/raft.c b/ovsdb/raft.c index c60ef41..1c38b3b 100644 --- a/ovsdb/ra