Comment 1 for bug 1895727

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

Reviewed: https://review.opendev.org/752092
Committed: https://git.openstack.org/cgit/openstack/ovsdbapp/commit/?id=83cf7aa6c81f1b2341b2bba1fe156047fa5d29f6
Submitter: Zuul
Branch: master

commit 83cf7aa6c81f1b2341b2bba1fe156047fa5d29f6
Author: Terry Wilson <email address hidden>
Date: Tue Sep 15 13:42:08 2020 -0500

    Don't give up when an Exception happens in idl.run

    It's possible that idl.run() could have a bug where it raises an
    Exception for an extended period of time while ovsdb-server is
    down, but recover once ovsdb-server comes back up. Specifically,
    python-ovs currently doesn't properly catch an exception when the
    socket type is 'ssl' that it catches for other protocols.

    Change-Id: Ia068650d2db3d5d8642771a6df5a260d692aea20
    Closes-Bug: #1895727