Comment 39 for bug 1518430

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

Reviewed: https://review.opendev.org/558882
Committed: https://git.openstack.org/cgit/openstack/oslo.messaging/commit/?id=d873c0d8f5722d5e2a08b5fc49d58b63dbe061a0
Submitter: Zuul
Branch: master

commit d873c0d8f5722d5e2a08b5fc49d58b63dbe061a0
Author: John Eckersberg <email address hidden>
Date: Wed Apr 4 12:55:44 2018 -0400

    Do not use threading.Event

    Waiting on a threading.Event with eventlet can cause busy looping via
    epoll_wait, see related bug for more details.

    Change-Id: I007613058a2d21d1712c02fa6d1602b63705c1ab
    Related-bug: #1518430