Comment 1 for bug 2072156

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

Reviewed: https://review.opendev.org/c/openstack/oslo.messaging/+/923337
Committed: https://opendev.org/openstack/oslo.messaging/commit/104a63b9aa040dda567d356e598aad5f8734d3ec
Submitter: "Zuul (22348)"
Branch: master

commit 104a63b9aa040dda567d356e598aad5f8734d3ec
Author: LIU Yulong <email address hidden>
Date: Fri Oct 11 23:22:23 2019 +0800

    Add RPC incoming and reply log

    Typically a simple log will not narrow down the performance, but give
    us more information about the service status.

    The commit 859e0d4eaa45d75eb822f4a6be46c547187c6358 directly revert
    the log due to the msg_id is not accessable for non-rabbit drivers.
    It's not the right way to make things better.

    So add the log back with the attribute msg_id for base IncomingMessage
    class.

    Closes-Bug: #2072156

    Related-Bug: #1847747
    Related-Bug: #1855775

    Change-Id: Ib35c8fbb24d5c51d3b54e8ca63e663428318eca5