Comment 5 for bug 1449497

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

Reviewed: https://review.openstack.org/179532
Committed: https://git.openstack.org/cgit/openstack/murano/commit/?id=fba9ed643de02a353d8f30918d373458cc09815e
Submitter: Jenkins
Branch: master

commit fba9ed643de02a353d8f30918d373458cc09815e
Author: Stan Lagun <email address hidden>
Date: Thu Apr 30 15:21:28 2015 +0300

    pselect exited on first exception

    Due to eventlet bug in GreenPool implementation when first
    spawned thread threw exception imap method exited immediately
    without waiting for other spawned threads to accomplish.

    Issue in eventlet github:
    https://github.com/eventlet/eventlet/issues/232

    This commits wraps executed functions so that no exception can be
    raised on imap boundary and then unwraps result after execution

     Closes-Bug: #1449497

    Change-Id: I0e99de8e0711071c4a009e37a58ec22761e90e6c
    (cherry picked from commit 6a027bf11e756c57ab76f81d55fc9c26eb555bb2)