Comment 43 for bug 1731063

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

Reviewed: https://review.openstack.org/523691
Committed: https://git.openstack.org/cgit/openstack/ovsdbapp/commit/?id=8ffd90dbf3f817cc43ab42e36c82d021d2df04e6
Submitter: Zuul
Branch: master

commit 8ffd90dbf3f817cc43ab42e36c82d021d2df04e6
Author: Terry Wilson <email address hidden>
Date: Tue Nov 28 23:26:58 2017 -0600

    Don't throw NotConnectedError in queue_txn

    Before Ifc74a834ca1a7d914c7ca66d71b47694f9eef1e5, queueing a
    transaction before we had connected to an ovsdb-server would
    happily work. When the connection started, the run() method would
    pull the queued transaction off the queue and process it. Adding
    the exception added a race condition in existing code, so this
    patch removes it.

    Change-Id: I0b620b0040ef5f7cb99d2f27140f605e97f95512
    Related-Bug: #1731063