Eventlet green threads not released back to pool

Bug #1461341 reported by OpenStack Infra
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openstack-manuals
Fix Released
Medium
Unassigned

Bug Description

https://review.openstack.org/144074

Dear documentation bug triager. This bug was created here because we did not know how to map the project name "openstack/heat" to a launchpad project name. This indicates that the notify_impact config needs tweaks. You can ask the OpenStack infra team (#openstack-infra on freenode) for help if you need to.

commit 2be72f42f9debf9c2f186212dd27cb4f860d3399
Author: yangxurong <email address hidden>
Date: Mon Mar 30 14:39:17 2015 +1000

    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.

    Add a parameter to take advantage of the new(ish) eventlet socket timeout
    behaviour. Allows closing idle client connections after a period of
    time, eg:

    $ time nc localhost 8776
    real 1m0.063s
    Setting 'client_socket_timeout = 0' means do not timeout.

    DocImpact:
    Added wsgi_keep_alive option (default=True).
    Added client_socket_timeout option (default=900).
    SecurityImpact

    Change-Id: I303d87addeed8b103eeb26dbcc48e3acce06ee6a
    Closes-Bug: #1361360

Changed in openstack-manuals:
milestone: none → liberty
status: New → Confirmed
importance: Undecided → Medium
tags: added: autogenerate-config-docs
Changed in openstack-manuals:
milestone: liberty → mitaka
Revision history for this message
venkatamahesh (venkatamaheshkotha) wrote :

This affects the table and is updated in rst version config-reference :
https://github.com/openstack/openstack-manuals/blob/master/doc/config-reference/source/tables/heat-api.rst

Changed in openstack-manuals:
status: Confirmed → Fix Committed
Changed in openstack-manuals:
status: Fix Committed → Triaged
milestone: mitaka → newton
Changed in openstack-manuals:
status: Triaged → Fix Released
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.