]> git.proxmox.com Git - mirror_ovs.git/commit
ovsdb: Move trigger_run after storage_run and read_db.
authorHan Zhou <hzhou8@ebay.com>
Fri, 1 Mar 2019 18:56:36 +0000 (10:56 -0800)
committerBen Pfaff <blp@ovn.org>
Mon, 4 Mar 2019 17:48:35 +0000 (09:48 -0800)
commit74352f876e079513832e3e6a6e43bc01efe39689
tree4a5802ca60b1e216354c9733ece125e1c1947405
parentea4b45ab72cf78e7b88eb3c82ce94a7cc31ce117
ovsdb: Move trigger_run after storage_run and read_db.

Run triggers after storage_run and read_db to make sure new raft
updates are utilized in current iteration.

Signed-off-by: Han Zhou <hzhou8@ebay.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
ovsdb/ovsdb-server.c