Re: [ovs-dev] [PATCH 2/2] ovsdb raft: Fix the problem when cluster restarted after DB compaction.

2019-12-20 Thread Ben Pfaff
On Tue, Dec 03, 2019 at 05:57:20PM -0800, Han Zhou wrote: > Cluster doesn't work after all nodes restarted after DB compaction, > unless there is any transaction after DB compaction before the restart. > > Error log is like: > raft|ERR|internal error: deferred vote_request message completed but

[ovs-dev] [PATCH 2/2] ovsdb raft: Fix the problem when cluster restarted after DB compaction.

2019-12-03 Thread Han Zhou
Cluster doesn't work after all nodes restarted after DB compaction, unless there is any transaction after DB compaction before the restart. Error log is like: raft|ERR|internal error: deferred vote_request message completed but not ready to send because message index 9 is past last synced index