[ZODB-Dev] BSDDB3Storage Panic!

Barry A. Warsaw barry@zope.com
Mon, 12 Nov 2001 12:16:17 -0500


>>>>> "CW" == Chris Withers <chrisw@nipltd.com> writes:

    CW> It appears to be doing a db-recover now... This is all pretty
    CW> ungraceful. I wonder if the storage should look at deleting
    CW> out of date log file itself when it notices disk space is
    CW> getting scarce?

I don't think the storages should be attempting to do much maintenance
of the underlying Berkeley files.  It's one thing to automatically run
recover, but it seems like it would be just too error prone and
fragile to attempt to e.g. delete out of date log files automatically.

-Barry