Comment 89 for bug 1863021

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

Reviewed: https://review.opendev.org/728369
Committed: https://git.openstack.org/cgit/openstack/mistral/commit/?id=e049c5014a634e37dd3108b27de9e582ead499fb
Submitter: Zuul
Branch: stable/ussuri

commit e049c5014a634e37dd3108b27de9e582ead499fb
Author: Corey Bryant <email address hidden>
Date: Tue May 5 15:55:12 2020 -0400

    Monkey patch original current_thread _active

    Monkey patch the original current_thread to use the up-to-date _active
    global variable. This solution is based on that documented at:
    https://github.com/eventlet/eventlet/issues/592

    Change-Id: I98e80bcbc7637bbb6063935043e530718be87f7b
    Closes-Bug: #1863021
    (cherry picked from commit 84041d67b4c32ec74d270216e6cc0be4428f8291)