yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #94138
[Bug 2069581] Re: [WSGI] Missing periodic workers when using WSGI server
Reviewed: https://review.opendev.org/c/openstack/neutron/+/922090
Committed: https://opendev.org/openstack/neutron/commit/cabe18dd79ea5144554697dba0a523a6f8dc42e7
Submitter: "Zuul (22348)"
Branch: master
commit cabe18dd79ea5144554697dba0a523a6f8dc42e7
Author: Rodolfo Alonso Hernandez <ralonsoh@xxxxxxxxxx>
Date: Mon Jun 17 10:24:44 2024 +0000
Set the Neutron server workers name
The patch [1] defines the RpcWorker and RpcReportsWorker processes
names. However, the parent class ``neutron_lib.worker.BaseWorker``
init method is not reading the class variable defined in [1]. This
patch is explictly passing the ``desc`` class name in the init method.
[1]https://review.opendev.org/c/openstack/neutron/+/907712
Closes-Bug: #2069581
Change-Id: I50c2b0567ea10316ad06e6e6c1d01db8b9520e3e
** Changed in: neutron
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/2069581
Title:
[WSGI] Missing periodic workers when using WSGI server
Status in neutron:
Fix Released
Bug description:
Since [1], the Neutron API spawns a periodic worker [2] that is used
to remove the expired reservations. This is used by the quota driver
``DbQuotaNoLockDriver`` (the default one).
When using WSGI, this worker is not launched.
[1]https://review.opendev.org/c/openstack/neutron/+/825521
[2]https://github.com/openstack/neutron/blob/0c4793ed2a3529cdf9f90eeea498e98cae71fd9f/neutron/worker.py#L31
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/2069581/+subscriptions
References