<div dir="ltr"><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Feb 2, 2014 at 7:13 AM, Sean Dague <span dir="ltr"><<a href="mailto:sean@dague.net" target="_blank">sean@dague.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Just noticed this at the end of a successful run:<br>
<br>
<a href="http://logs.openstack.org/15/63215/13/check/check-tempest-dsvm-full/2636cae/console.html#_2014-02-02_12_02_44_422" target="_blank">http://logs.openstack.org/15/63215/13/check/check-tempest-dsvm-full/2636cae/console.html#_2014-02-02_12_02_44_422</a><br>

<br>
It looks like the merge of oslo.messaging brings a huge amount of false<br>
negative error messages in the logs. Would be good if we didn't ship<br>
icehouse with this state of things.<br></blockquote><div><br></div><div><div class="gmail_default" style="font-size:small">oslo.messaging differentiates between "expected" exceptions and "unexpected" exceptions. Endpoints that are known to report errors to the caller can be wrapped with a decorator that causes those exceptions to be handled without logging; anything else is logged.</div>
<div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Some of the exceptions from the nova endpoints are being handled, but it looks like subclasses are not. I've proposed a fix in oslo.messaging for this [1], although an argument could be made that subclasses should be listed explicitly, too, so I don't know if we really want this change.</div>
<div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Doug</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default">[1] <a href="https://review.openstack.org/#/c/71035/">https://review.openstack.org/#/c/71035/</a><br>
</div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<span class=""><font color="#888888"><br>
        -Sean<br>
<br>
--<br>
Sean Dague<br>
<a href="http://dague.net" target="_blank">http://dague.net</a><br>
<br>
</font></span><br>_______________________________________________<br>
OpenStack-dev mailing list<br>
<a href="mailto:OpenStack-dev@lists.openstack.org">OpenStack-dev@lists.openstack.org</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
<br></blockquote></div><br></div></div>