[ZODB-Dev] ConflictError and POSKeyError with 2.6 CVS :-(

Toby Dickenson tdickenson@geminidataloggers.com
Thu, 17 Oct 2002 07:31:59 +0100


On Wednesday 16 Oct 2002 9:10 pm, Andrew Sydelko wrote:

> # /data/www/Zope.10/bin/python
> /data/www/Zope.10/Zope/utilities/ZODBTools/fstest.py
> /data/www/Zope.10/Zope/var/Data.fs 1607487 object serialno
> 0x033b65b153b3006e does not matchtransaction id 0x033b6ad19ad6673b

So an object revision created at...

>>> time.ctime(TimeStamp(a2b_hex('033b65b153b3006e')).timeTime())
'Thu Mar 22 18:25:19 2001'

=2E...is embedded inside a transaction that was created at....

>>> time.ctime(TimeStamp(a2b_hex('033b6ad19ad6673b')).timeTime())
'Fri Mar 23 16:17:36 2001'


Did anything happen on those dates?

Have you run fstest since that date?