[ZODB-Dev] zeopack error in zrpc.connection
Claudiu Saftoiu
csaftoiu at gmail.com
Mon Jan 7 18:20:07 UTC 2013
>
> > I'm afraid this doesn't seem to help me figure out what's wrong...
>
> I suspect your database is corrupted. You'd probably want to look at
> the record in question to be sure.
>
Sure, I've re-run the pack and will dump the pickled object to a file to
inspect it - is that what you meant? (How else would I figure out what the
record is?)
> You could disable garbage collection, but if you have a damaged
> record, you might want to use the previous version of the record
> (if it exists) to recover it.
>
What do you mean by disable garbage collection - you mean disable removing
old versions of records that are no longer used? I can't do that
unfortunately, the database gets too large.
How would I go about attempting to find the previous version of the record?
If I know what the record is I can just decide whether to let it be lost -
would catching the TypeError and 'pass'ing accomplish that?
Thanks,
- Claudiu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.zope.org/pipermail/zodb-dev/attachments/20130107/f5e5c00a/attachment.html>
More information about the ZODB-Dev
mailing list