Comment 4 for bug 1409302

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

Reviewed: https://review.openstack.org/278176
Committed: https://git.openstack.org/cgit/openstack/swift/commit/?id=4906b4c431edc436f165b163a228b0a221950c79
Submitter: Jenkins
Branch: master

commit 4906b4c431edc436f165b163a228b0a221950c79
Author: Janonymous <email address hidden>
Date: Tue Jan 12 12:50:43 2016 +0530

    Fix missing txn_id logs in GreenAsyncPile's spawned functions

    This commit ensures that the logger thread_locals
    value is passed to and set in _get_conn_response methods
    executed in a green thread.

    Added partial bug tag because in bug description a more
    relevant fix is suggested which would fix the bug completely
    but for now this makes sense to add this commit for logging.

    Co-Authored-By: Clay Gerrard <email address hidden>
    Change-Id: I13bbf174fdca89318d69bb0674ed23dc9ec25b9a
    Partial-Bug: #1409302