"invalidations out of order" when committing a blob in ZODB 3.8.5
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ZODB |
Fix Released
|
High
|
Jim Fulton |
Bug Description
We're occasionally getting the following traceback when committing a transaction including a new blob, using ZODB 3.8.5.
Traceback (innermost last):
Module ZPublisher.Publish, line 125, in publish
Module Zope2.App.startup, line 238, in commit
Module transaction.
Module transaction.
Module transaction.
Module ZODB.Connection, line 540, in commit
Module ZODB.Connection, line 1140, in _commit_savepoint
Module ZODB.Connection, line 336, in invalidate
AssertionError: invalidations out of order, None < '\x03\x83k\
Can you provide more information on what causes this exception so that I can determine whether it is a ZODB issue or an app issue? I see from http://
Changed in zodb: | |
importance: | Undecided → High |
Changed in zodb: | |
status: | In Progress → Fix Committed |
Changed in zodb: | |
status: | Fix Committed → Fix Released |
On Tue, Jan 19, 2010 at 2:32 PM, David Glick <email address hidden> wrote: _manager, line 93, in commit _transaction, line 325, in commit _transaction, line 424, in _commitResources xd8\xcb4b\ x99'
> Public bug reported:
>
> We're occasionally getting the following traceback when committing a
> transaction including a new blob, using ZODB 3.8.5.
>
> Traceback (innermost last):
> Module ZPublisher.Publish, line 125, in publish
> Module Zope2.App.startup, line 238, in commit
> Module transaction.
> Module transaction.
> Module transaction.
> Module ZODB.Connection, line 540, in commit
> Module ZODB.Connection, line 1140, in _commit_savepoint
> Module ZODB.Connection, line 336, in invalidate
> AssertionError: invalidations out of order, None < '\x03\x83k\
Interesting.
> Can you provide more information on what causes this exception so that I
> can determine whether it is a ZODB issue or an app issue?
I'm sure it is a ZODB issue. I'll have to dig into it.
> I see from svn.zope. org/ZODB/ branches/ 3.8/?view= rev&rev= 106543 that this
> http://
> AssertionError was added for 3.8.5, so wanted to be sure to call it to
> your attention in case it's a new issue.
Yup. Thanks.
Jim
--
Jim Fulton