Comment 4 for bug 1742729

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

Reviewed: https://review.openstack.org/613023
Committed: https://git.openstack.org/cgit/openstack/glare/commit/?id=80c2ec1932bb4e15f080e276d93b24feabf39c72
Submitter: Zuul
Branch: master

commit 80c2ec1932bb4e15f080e276d93b24feabf39c72
Author: Kushal Agrawal <email address hidden>
Date: Wed Oct 24 19:10:07 2018 +0530

    Removed tpool.execute to prevent upload failure

    As of now there no solution to the issue where thread is getting
    stuck in eventlet.
    Few other similar incidents and without proper solution:
    https://bugs.launchpad.net/cinder/+bug/1694509
    https://github.com/eventlet/eventlet/issues/432
    https://github.com/eventlet/eventlet/issues/492
    https://github.com/eventlet/eventlet/issues/395

    Change-Id: Ib278780ccb20b9cbef50f54ba1a1ad33761c8002
    closes-bug: #1742729