Comment 11 for bug 1423250

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

Reviewed: https://review.openstack.org/160720
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=71310ba309b4c79908ea209ffe8e19d27bf5116e
Submitter: Jenkins
Branch: master

commit 71310ba309b4c79908ea209ffe8e19d27bf5116e
Author: Elena Ezhova <email address hidden>
Date: Tue Mar 3 12:58:25 2015 +0300

    Prevent calling waitall() inside a GreenPool's greenthread

    Keystone eventlet wsgi server is started in a green thread from
    the same green pool that is passed to the server itself
    to be used for spawning client green threads.

    To avoid it, it is reasonable to use different pools for spawning
    a wsgi server and for its internal usage.

    Change-Id: I1246e2b730a522480ed495fbb53ae376ee7593d5
    Closes-Bug: #1423250