[ZODB-Dev] ConflictError: database conflict error

Dieter Maurer dieter at handshake.de
Wed Jan 5 14:14:38 EST 2005


Bob Horvath wrote at 2005-1-5 01:16 -0600:
> ...
><li>  Module ZODB.FileStorage, line 728, in store</li>
>
></ul>ConflictError: database conflict error (oid 000000000000cd23, 
>serial was 03597732139eabdd, now 0000000000000000)

When the transaction started, the object with oid "cd23" did not 
exist (this means "now 0000...000") but now that you want to commit,
there is one with serial "3597...bdd".

I think this should not happen!
Looks like a bug.

-- 
Dieter


More information about the ZODB-Dev mailing list