Comment 9 for bug 1742729

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

Reviewed: https://review.openstack.org/642260
Committed: https://git.openstack.org/cgit/openstack/glare/commit/?id=7112503f67ec293648ae8c440bac4fc107407e7e
Submitter: Zuul
Branch: stable/queens

commit 7112503f67ec293648ae8c440bac4fc107407e7e
Author: idanaroz <email address hidden>
Date: Sun Mar 10 09:23:37 2019 +0000

    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

    Originally was taken from: https://review.openstack.org/#/c/613023/1

    Change-Id: Ic924f0ef0cb632b2439dfb7d1092bebf54adb863
    closes-bug: #1742729