Comment 2 for bug 1922810

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

Reviewed: https://review.opendev.org/c/openstack/swift/+/787649
Committed: https://opendev.org/openstack/swift/commit/7087fb0d7ed6e36cc2d120eb6d8125257c8c7089
Submitter: "Zuul (22348)"
Branch: master

commit 7087fb0d7ed6e36cc2d120eb6d8125257c8c7089
Author: Tim Burke <email address hidden>
Date: Thu Apr 22 13:28:36 2021 -0700

    object: Plumb logger_thread_locals through _finalize_put

    It doesn't explain how we saw the traceback we did (self.logger.txn_id
    should have been set a few lines earlier in __call__!), but at least now
    the transaction ID should come across if we're on the happy path.

    Change-Id: Ifa6f81bc02c7c84ad1f4c9ff694b645348c7c6c4
    Related-Bug: #1922810