← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1095346] Re: Excessive CPU usage in ProcessLauncher()'s wait loop

 

** Changed in: neutron
       Status: Fix Committed => 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/1095346

Title:
  Excessive CPU usage in ProcessLauncher()'s wait loop

Status in OpenStack Neutron (virtual network service):
  Fix Released
Status in Oslo - a Library of Common OpenStack Code:
  Fix Released

Bug description:
  See https://review.openstack.org/18689 for some background

  We can't use os.wait() to block until a child exited so, instead,
  we're busy-looping

  We should be able to come up with another way of doing this - e.g.
  using pipes provided to each child to give us a selectable handle we
  can block on

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1095346/+subscriptions