yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #61012
[Bug 1570026] Re: Add an option for WSGI pool size
The manual's config reference is already updated [1].
The original patch already included a release note [2].
Marking as invalid as I don't see any work left here.
[1] http://docs.openstack.org/newton/config-reference/networking/networking_options_reference.html#api
[2] https://review.openstack.org/#/c/278007/
** Changed in: neutron
Status: Fix Committed => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1570026
Title:
Add an option for WSGI pool size
Status in neutron:
Invalid
Bug description:
https://review.openstack.org/278007
Dear bug triager. This bug was created since a commit was marked with DOCIMPACT.
Your project "openstack/neutron" is set up so that we directly report the documentation bugs against it. If this needs changing, the docimpact-group option needs to be added for the project. You can ask the OpenStack infra team (#openstack-infra on freenode) for help if you need to.
commit 9d573387f1e33ce85269d3ed9be501717eed4807
Author: Mike Bayer <mike_mp@xxxxxxxxxxxxxxxx>
Date: Tue Feb 9 13:10:57 2016 -0500
Add an option for WSGI pool size
Neutron currently hardcodes the number of
greenlets used to process requests in a process to 1000.
As detailed in
http://lists.openstack.org/pipermail/openstack-dev/2015-December/082717.html
this can cause requests to wait within one process
for available database connection while other processes
remain available.
By adding a wsgi_default_pool_size option functionally
identical to that of Nova, we can lower the number of
greenlets per process to be more in line with a typical
max database connection pool size.
DocImpact: a previously unused configuration value
wsgi_default_pool_size is now used to affect
the number of greenlets used by the server. The
default number of greenlets also changes from 1000
to 100.
Change-Id: I94cd2f9262e0f330cf006b40bb3c0071086e5d71
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1570026/+subscriptions
References