Eventlet green threads not released back to pool

Bug #1464591 reported by OpenStack Infra
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openstack-manuals
Fix Released
Undecided
Gauvain Pocentek

Bug Description

https://review.openstack.org/162964
commit d569ed9db9dc1941ef74d38f85f8f67a85ff10b0
Author: abhishekkekane <email address hidden>
Date: Tue Oct 21 04:39:59 2014 -0700

    Eventlet green threads not released back to pool

    Presently, the wsgi server allows persist connections. Hence even after
    the response is sent to the client, it doesn't close the client socket
    connection. Because of this problem, the green thread is not released
    back to the pool.

    In order to close the client socket connection explicitly after the
    response is sent and read successfully by the client, you simply have to
    set keepalive to False when you create a wsgi server.

    DocImpact:
    Added http_keepalive option (default=True).

    Conflicts:
            doc/source/configuring.rst
            etc/glance-api.conf
            glance/common/wsgi.py
            glance/tests/unit/test_opts.py

    SecurityImpact

    Closes-Bug: #1361360
    Change-Id: I93aaca24935a4f3096210233097dd6b8c5440176
    (cherry picked from commit 16a821e00d15520d2f6e940e184bd289b8782620)

Tags: glance
Revision history for this message
Lana (loquacity) wrote :

This needs to be updated in the Config Ref.

Changed in openstack-manuals:
status: New → Confirmed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-manuals (master)

Fix proposed to branch: master
Review: https://review.openstack.org/201781

Changed in openstack-manuals:
assignee: nobody → Gauvain Pocentek (gpocentek)
status: Confirmed → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-manuals (master)

Reviewed: https://review.openstack.org/201781
Committed: https://git.openstack.org/cgit/openstack/openstack-manuals/commit/?id=8760986d9fbf06cc34756928f9b9bb13d9ffdfab
Submitter: Jenkins
Branch: master

commit 8760986d9fbf06cc34756928f9b9bb13d9ffdfab
Author: Gauvain Pocentek <email address hidden>
Date: Tue Jul 14 23:04:06 2015 +0200

    [config-ref] Updated options for glance

    Partial-Bug: #1474384
    Partial-Bug: #1465316
    Partial-Bug: #1430862
    Partial-Bug: #1430854
    Closes-Bug: #1464591
    Closes-Bug: #1403786
    Closes-Bug: #1471938
    Closes-Bug: #1466586
    Closes-Bug: #1415962

    Change-Id: I9aed1eb29e3348d451364f34febe9131267b2087

Changed in openstack-manuals:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/openstack-manuals 15.0.0

This issue was fixed in the openstack/openstack-manuals 15.0.0 release.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.