Comment 2 for bug 1454738

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

Reviewed: https://review.openstack.org/188891
Committed: https://git.openstack.org/cgit/stackforge/networking-cisco/commit/?id=347073a248ecd844f259c6ef821c5cc27d1b07d1
Submitter: Jenkins
Branch: master

commit 347073a248ecd844f259c6ef821c5cc27d1b07d1
Author: Rich Curran <email address hidden>
Date: Fri Jun 5 15:00:14 2015 -0400

    ML2 cisco_nexus MD: Config hangs when replay enabled

    When multiple neutron-server processes are created (rpc_workers > 0)
    the cisco_nexus monitor_thread was hanging.

    Similar issues seen with other MDs. More info:
    http://lists.openstack.org/pipermail/openstack-dev/2015-May/063515.html
    http://lists.openstack.org/pipermail/openstack-dev/2015-June/065558.html
    https://bugs.launchpad.net/vmware-nsx/+bug/1420278

    09-Jun - Upstream community should be fixing this problem properly
    in near future - https://review.openstack.org/#/c/189391/1
    Once this fix is pushed up then a new bug can be used to update this
    patch to use the new method for avoiding these multi-process/thread
    issues.

    Change-Id: I1cbf6a4f9bc2e795720c75aca10abd4d8d458434
    Closes-Bug: #1454738