[openstack-dev] [nova] massive number of new errors in logs with oslo.messaging

Dan Smith dms at danplanet.com
Tue Feb 4 18:39:51 UTC 2014


> The inner exception is a thing and the outer pieces are a thing. The
> inner means that some instance update was attempted, but should be
> aborted if the instance state is not what we think it is.

And looking a little closer, I think it means that the
messaging.expected_exceptions decorator isn't doing the right thing in
that case. That sort of exception should be passed back to the client
without verbose logging since it's an "okay thing to happen" in that
case. It was working before the oslo.messaging change, but I think
something is making it not properly exclude the UnexpectedTaskState
exception...

https://github.com/openstack/nova/blob/master/nova/conductor/manager.py#L113

--Dan




More information about the OpenStack-dev mailing list