yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #80851
[Bug 1854848] [NEW] build_and_run_instance can error out with an UnboundException
Public bug reported:
If for some reason eventlet throws a timeout during a build event on the compute a eventlet.Timeout exception might be thrown and cause an UnboundException. This is because we only catch Exception, but Timeout is based on BaseException.
https://github.com/openstack/nova/blob/7babcdfd1d440c484d49d45ffe4f81264cdc4f73/nova/compute/manager.py#L2075
http://paste.openstack.org/show/786939/
** Affects: nova
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1854848
Title:
build_and_run_instance can error out with an UnboundException
Status in OpenStack Compute (nova):
New
Bug description:
If for some reason eventlet throws a timeout during a build event on the compute a eventlet.Timeout exception might be thrown and cause an UnboundException. This is because we only catch Exception, but Timeout is based on BaseException.
https://github.com/openstack/nova/blob/7babcdfd1d440c484d49d45ffe4f81264cdc4f73/nova/compute/manager.py#L2075
http://paste.openstack.org/show/786939/
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1854848/+subscriptions