Hi, I've just noticed another Cinder bug [1], similar to past bugs [2], [3]. All of them have a common exception causing them:
sqlalchemy.orm.exc.DetachedInstanceError: Parent instance <{$SQLAlchemyObject} at {$MemoryLocation}> is not bound to a Session; lazy load operation of attribute '{$ColumnName}' cannot proceed We've normally fixed them by simply making the $ColumnName eager-loaded, but as there's another similar bug report, I'm starting to think that we have some issue with how we're managing our DB connections and SQLAlchemy objects are losing their sessions too quickly, before we'll manage to lazy-load required stuff. I'm not too experienced with SQLAlchemy session management, so I would welcome any help with investigation. Thanks, Michal [1] https://bugs.launchpad.net/cinder/+bug/1626499 [2] https://bugs.launchpad.net/cinder/+bug/1517763 [3] https://bugs.launchpad.net/cinder/+bug/1501838 __________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev