Comment 21 for bug 1695746

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to oslo.messaging (stable/rocky)

Reviewed: https://review.opendev.org/667080
Committed: https://git.openstack.org/cgit/openstack/oslo.messaging/commit/?id=a0648f070315b359fcf0a408eb316d9ac27adcc0
Submitter: Zuul
Branch: stable/rocky

commit a0648f070315b359fcf0a408eb316d9ac27adcc0
Author: Kenneth Giusti <email address hidden>
Date: Tue Jul 10 12:03:03 2018 -0400

    Issue blocking ACK for RPC requests from the consumer thread

    The patch for https://review.openstack.org/#/c/436958/ fixed a
    threading problem by moving the ack back to the polling
    thread. However the RPC server expects to catch any failures of the
    ACK and abort the request. This patch adds the ACK error handling
    back to the polling thread.

    This patch is based heavily off the original work done by Mehdi
    Abaakouk (sileht).

    Change-Id: I708c3d6676b974d8daac6817c15f596cdf35817b
    Closes-Bug: #1695746
    (cherry picked from commit 26b0be585a0b681d011edcb688750770bcdae199)