Re: [ZODB-Dev] funky _p_mtime values

2007-09-28 Thread Christian Theune
Am Freitag, den 28.09.2007, 07:38 -0700 schrieb Leonardo Rochael: > The solution was to chop transactions off the Data.fs till it started > behaving again. To do that, truncate the last few bytes off of your Data.fs > (say, 10 bytes) and restart, Zope will discard the partial transaction at > the e

Re: [ZODB-Dev] funky _p_mtime values

2007-09-28 Thread Leonardo Rochael
Thomas Clement Mogensen-2 wrote: > > [...] > Within the last few days something very strange has happened: All > newly created or modified objects get a _p_mtime that is clearly > incorrect and too big for DataTime to consider it a valid timestamp. > (ie. int(obj._p_mtime) returns a long).