[Zope] errors in zodb after packing
Dieter Maurer
dieter@handshake.de
Wed, 16 Apr 2003 21:27:11 +0200
Luca Olivetti wrote at 2003-4-16 09:00 +0200:
> Right after packing I have an error like this two or three times a week
> (I pack daily):
>
> 103620137 object serialno 0x034ae17b8d66f399 does not matchtransaction
> id 0x034c44e302d59b5d
>
> I know it's after packing because I run fstest before and after (this
> problem has been bugging me for a while).
It indicates a packing bug.
> ....
> Everything seems to work fine though, even if I don't fsrecover the
> database (at least my user aren't complaining).
The redundance between the transaction and the object serial
is not essential for use the object pickle.
Dieter