[Zope-CVS] CVS: ZODB - NEWS.txt:1.3
Tim Peters
tim.one at comcast.net
Wed Mar 17 15:50:37 EST 2004
Update of /cvs-repository/ZODB
In directory cvs.zope.org:/tmp/cvs-serv23275
Modified Files:
NEWS.txt
Log Message:
By popular demand, FileStorage.pack() no longer propagates a
FileStorageError: The database has already been packed to a
later time or no changes have been made since the last pack
exception. Instead that message is logged (at INFO level), and
the pack attempt simply returns then (no pack is performed).
Incidentally, this should repair frequent reports of failure in the
new checkPackLotsWhileWriting test. On non-Windows systems, it
seems that the worker thread often didn't get enough cycles to commit
a change between the main thread's attempts to run pack() (and so
the exception above got raised then).
=== ZODB/NEWS.txt 1.2 => 1.3 ===
--- ZODB/NEWS.txt:1.2 Tue Mar 16 18:51:05 2004
+++ ZODB/NEWS.txt Wed Mar 17 15:50:06 2004
@@ -22,6 +22,13 @@
exception. This did no damage to the database, or to the transaction
in progress, but no pack was performed then.
+By popular demand, FileStorage.pack() no longer propagates a
+
+ FileStorageError: The database has already been packed to a
+ later time or no changes have been made since the last pack
+
+exception. Instead that message is logged (at INFO level), and
+the pack attempt simply returns then (no pack is performed).
ZEO
---
More information about the Zope-CVS
mailing list