Re: [ZODB-Dev] ZODB: invalidations out of order

2010-09-21 Thread Jim Fulton
On Tue, Sep 21, 2010 at 12:25 AM, Nathan Van Gheem vangh...@gmail.com wrote: ... I'll look at making a 3.8 release with just this, or maybe this and a few other fixes if they are extremely low-hanging. That would be greatly appreciated. Let me know if there is anything I can do to help...

Re: [ZODB-Dev] ZODB: invalidations out of order

2010-09-21 Thread Hanno Schlichting
On Tue, Sep 21, 2010 at 3:48 PM, Jim Fulton j...@zope.com wrote: 3.8.6 is available now with this bug fix and a few others. Note that the BTrees 32bit bug fix (OverflowError to TypeError) also needs some adjustments in Zope2 (IIRC in the DateIndex code) and some add-ons (like CMFEditions). So

Re: [ZODB-Dev] ZODB: invalidations out of order

2010-09-21 Thread Jim Fulton
On Tue, Sep 21, 2010 at 10:00 AM, Hanno Schlichting ha...@hannosch.eu wrote: On Tue, Sep 21, 2010 at 3:48 PM, Jim Fulton j...@zope.com wrote: 3.8.6 is available now with this bug fix and a few others. Note that the BTrees 32bit bug fix (OverflowError to TypeError) also needs some adjustments

Re: [ZODB-Dev] ZODB: invalidations out of order

2010-09-21 Thread Hanno Schlichting
On Tue, Sep 21, 2010 at 4:30 PM, Jim Fulton j...@zope.com wrote: On Tue, Sep 21, 2010 at 10:00 AM, Hanno Schlichting ha...@hannosch.eu wrote: Note that the BTrees 32bit bug fix (OverflowError to TypeError) also needs some adjustments in Zope2 (IIRC in the DateIndex code) and some add-ons (like

Re: [ZODB-Dev] ZODB: invalidations out of order

2010-09-21 Thread Jim Fulton
On Tue, Sep 21, 2010 at 11:16 AM, Hanno Schlichting ha...@hannosch.eu wrote: On Tue, Sep 21, 2010 at 4:30 PM, Jim Fulton j...@zope.com wrote: On Tue, Sep 21, 2010 at 10:00 AM, Hanno Schlichting ha...@hannosch.eu wrote: Note that the BTrees 32bit bug fix (OverflowError to TypeError) also

Re: [ZODB-Dev] ZODB: invalidations out of order

2010-09-21 Thread Hanno Schlichting
On Tue, Sep 21, 2010 at 5:20 PM, Jim Fulton j...@zope.com wrote: It was changes like this one http://svn.zope.org/Zope/trunk/src/Products/PluginIndexes/DateIndex/DateIndex.py?rev=115442r1=115279r2=115442 I don't understand how the BTree changes would run afoul of this. This code should

Re: [ZODB-Dev] ZODB: invalidations out of order

2010-09-20 Thread Jim Fulton
On Sun, Sep 19, 2010 at 1:50 AM, Nathan Van Gheem vangh...@gmail.com wrote: I'm experiencing some very frustrating issues with ZODB blob storage and am wondering if anyone has a pointer for me here. Basically, if we try to migrate a lot of our files to blobs or import/move large amounts of

Re: [ZODB-Dev] ZODB: invalidations out of order

2010-09-20 Thread Hanno Schlichting
On Mon, Sep 20, 2010 at 6:00 PM, Jim Fulton j...@zope.com wrote: Do you know that Zope 2.10 won't work with ZODB 3.9? If so, I'm curious why? Zope 2.10 includes ZODB 3.7 by default. 3.8 does work fine with it. But in 3.9 versions got removed. There was a good deal of code in Zope 2 that still

Re: [ZODB-Dev] ZODB: invalidations out of order

2010-09-20 Thread Jim Fulton
On Mon, Sep 20, 2010 at 1:06 PM, Hanno Schlichting ha...@hannosch.eu wrote: On Mon, Sep 20, 2010 at 6:00 PM, Jim Fulton j...@zope.com wrote: Do you know that Zope 2.10 won't work with ZODB 3.9? If so, I'm curious why? Zope 2.10 includes ZODB 3.7 by default. 3.8 does work fine with it. But in

Re: [ZODB-Dev] ZODB: invalidations out of order

2010-09-20 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jim Fulton wrote: On Mon, Sep 20, 2010 at 1:06 PM, Hanno Schlichting ha...@hannosch.eu wrote: On Mon, Sep 20, 2010 at 6:00 PM, Jim Fulton j...@zope.com wrote: Do you know that Zope 2.10 won't work with ZODB 3.9? If so, I'm curious why? Zope 2.10

Re: [ZODB-Dev] ZODB: invalidations out of order

2010-09-20 Thread Hanno Schlichting
On Mon, Sep 20, 2010 at 8:08 PM, Jim Fulton j...@zope.com wrote: Does Zope 2.10 actually break with ZODB 3.9 if a user doesn't use versions? Or is this a matter of test failures? Last time I checked it did break. There's at least the temporary storage implementation that required changes to

Re: [ZODB-Dev] ZODB: invalidations out of order

2010-09-20 Thread Nathan Van Gheem
Instead we recommend all Plone people to upgrade to Plone 4 which includes Zope 2.12 and ZODB 3.9 and even runs fine with ZODB 3.10. Unfortunately that is not always as easy as it sounds. We're pretty close to deploying here and the client doesn't want to deal with an major upgrade at this