yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #24775
[Bug 1282206] Re: Uncaught GreenletExit in ProcessLauncher if wait called after greenlet kill
Fix for Neutron was released https://review.openstack.org/#/c/98259/
** Changed in: neutron
Status: New => 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/1282206
Title:
Uncaught GreenletExit in ProcessLauncher if wait called after greenlet
kill
Status in OpenStack Neutron (virtual network service):
Fix Released
Status in OpenStack Compute (Nova):
Fix Released
Status in OpenStack Compute (nova) icehouse series:
Fix Released
Status in The Oslo library incubator:
Fix Released
Bug description:
I'm running wait in ProcessLauncher in a green thread. I attempted to
kill the green thread and then call wait so that the process launcher
object can reap its child processes cleanly. This resulted in a trace
resulting from a GreenletExit exception being thrown.
The eventlet documentation states multiple times that GreenletExit is
thrown after .kill() has been called to kill a thread. I think
ProcessLauncher should expect this and deal with it.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1282206/+subscriptions
References