Public bug reported:

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.

** Affects: neutron
     Importance: Undecided
         Status: New

-- 
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):
  New

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to