Comment 6 for bug 1895727

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

Reviewed: https://review.opendev.org/760435
Committed: https://git.openstack.org/cgit/openstack/ovsdbapp/commit/?id=2184d8e1e5bd3acb4073b7f1d4439f1d3bf658e6
Submitter: Zuul
Branch: stable/train

commit 2184d8e1e5bd3acb4073b7f1d4439f1d3bf658e6
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.

    Conflicts:
      ovsdbapp/backend/ovs_idl/connection.py

    Change-Id: Ia068650d2db3d5d8642771a6df5a260d692aea20
    Closes-Bug: #1895727
    (cherry picked from commit 83cf7aa6c81f1b2341b2bba1fe156047fa5d29f6)
    (cherry picked from commit 4807809ba7ec09a7e9cf533e334de282e0d373cd)
    (cherry picked from commit b49239d02408065e7e16ae5085c27df77ec4ac57)