Howdy --

We're running load tests against our Pylons application, which uses
SQLAlchemy to hit an Oracle DB. Under load we're getting the following
errors:

[Tue Sep 13 12:10:45 2011] [error] /opt/wgen-3p/python26/lib/python2.6/
site-packages/sqlalchemy/orm/mapper.py:2113: SAWarning: Multiple rows
returned with uselist=False for eagerly-loaded attribute 'entity'
[Tue Sep 13 12:10:45 2011] [error]   populator(state, dict_, row)
[Tue Sep 13 12:48:46 2011] [error] /opt/wgen-3p/python26/lib/python2.6/
site-packages/sqlalchemy/orm/mapper.py:2113: SAWarning: Multiple rows
returned with uselist=False for eagerly-loaded attribute 'entity'
[Tue Sep 13 12:48:46 2011] [error]   populator(state, dict_, row)
[Tue Sep 13 13:16:49 2011] [error] /opt/wgen-3p/python26/lib/python2.6/
site-packages/sqlalchemy/orm/mapper.py:2113: SAWarning: Multiple rows
returned with uselist=False for eagerly-loaded attribute 'entity'
[Tue Sep 13 13:16:49 2011] [error]   populator(state, dict_, row)

As said in the error message, I assume it's returning multiple rows
for what should be a 1-to-1 relationship, but I'm not sure why this is
only happening under load. It's happening exclusively with one of our
entities.

Any help?

Thanks,
- Justin

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to