yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #21795
[Bug 1371566] [NEW] Async conductor tasks should not raise exceptions
Public bug reported:
Conductor API use cast or spawn_n to start async tasks such as
rebuild_instance() and unshelve_instance(). Since no caller is waiting
for a response, there is no reason for them to raise exceptions if
anything goes wrong.
** Affects: nova
Importance: Undecided
Assignee: Hans Lindgren (hanlind)
Status: New
** Tags: conductor
--
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/1371566
Title:
Async conductor tasks should not raise exceptions
Status in OpenStack Compute (Nova):
New
Bug description:
Conductor API use cast or spawn_n to start async tasks such as
rebuild_instance() and unshelve_instance(). Since no caller is waiting
for a response, there is no reason for them to raise exceptions if
anything goes wrong.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1371566/+subscriptions
Follow ups
References