Comment 2 for bug 1864664

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

Reviewed: https://review.opendev.org/709764
Committed: https://git.openstack.org/cgit/openstack/oslo.privsep/commit/?id=bbe24aa6e08b253303a0f2332e92a7ce209c1afa
Submitter: Zuul
Branch: master

commit bbe24aa6e08b253303a0f2332e92a7ce209c1afa
Author: Darragh O'Reilly <email address hidden>
Date: Tue Feb 25 15:28:20 2020 +0000

    Add lock around channel creation

    When a neutron agent starts up, it processes different resources
    in separate eventlet threads. These can race creating the channel
    which results in redundant privsep-helper processes. This patch
    fixes that by adding a lock around channel creation.

    Change-Id: I5de22b72059133b05d64be47f4c1d3f566b46a6e
    Closes-Bug: #1864664