<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, May 16, 2013 at 3:27 AM, Flavio Percoco <span dir="ltr"><<a href="mailto:flavio@redhat.com" target="_blank">flavio@redhat.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="im">On 15/05/13 15:51 -0500, Ray Pekowski wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
  In my testing of Folsom in an HA environment including the use of<br>
  haproxy fronting three "contoller" nodes and mysql using wsrep on each<br>
  of those nodes I have been seeing an occasional HTTP 500 error on<br>
  Glance image list operations.  I don't know if this is due to my HA<br>
  environment.  I have only done a little troubleshooting and web<br>
  searching on the problem.  I'll be a little lazy and post what I am<br>
  seeing here in case it is a well known problem.  Here is a wireshark<br>
  dump of the failing API flying across the wire:<br>
</blockquote>
<br>
</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
  Any clue?<br>
</blockquote>
<br>
<br>
Yep, that looks like a bug. <br>
TL;DR:<br>
<br>
The session attribute is removed from images dictionaries in the<br>
to_dict method[0] and it looks like that's happening before tags are<br>
loaded, which means that it won't be possible to load them since<br>
there's no session and sqlalchemy gets really mad. :D<br>
<br>
Please, file a bug for this.<br>
<br></blockquote><div> </div><div>Done --- <a href="https://bugs.launchpad.net/glance/+bug/1180836">https://bugs.launchpad.net/glance/+bug/1180836</a><br></div></div></div></div>