Comment 2 for bug 1584647

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (master)

Reviewed: https://review.openstack.org/319788
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=95ff46722d195eb894e79b08c5a6eb13082cc799
Submitter: Jenkins
Branch: master

commit 95ff46722d195eb894e79b08c5a6eb13082cc799
Author: Hong Hui Xiao <email address hidden>
Date: Mon May 23 08:33:55 2016 +0000

    Wait for ovsdb_monitor to be active before use it

    There is a race between ovsdb_monitor becoming active and using
    ovsdb_monitor. Sometimes, code [1] will be hit at ovs-agent startup.

    The fix here will block the start of ovsdb_monitor, so that the
    following code to use the ovsdb_monitor will have ovsdb_monitor be
    active.

    [1] https://goo.gl/RJX4I5
    Closes-bug: #1584647

    Change-Id: I893a3b250339006f50aa003686fb95d7f2465edc