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

2010-09-21 Thread Jim Fulton
On Tue, Sep 21, 2010 at 4:45 PM, Nathan Van Gheem wrote: > Also, I haven't seen any BTree issues yet. Is there anything that > would trigger this? We are running a 64 bit platform. Before this BTree fix, you could store integers in an IxThingy (or xIThingy) that were too large to fit in a 32-bit

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

2010-09-21 Thread Nathan Van Gheem
Also, I haven't seen any BTree issues yet. Is there anything that would trigger this? We are running a 64 bit platform. On Tue, Sep 21, 2010 at 3:44 PM, Nathan Van Gheem wrote: > Both releases will work for us I believe. We're currently on 3.8.5 > with a few custom fixes of my own so this release

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

2010-09-21 Thread Nathan Van Gheem
Both releases will work for us I believe. We're currently on 3.8.5 with a few custom fixes of my own so this release fits perfectly. Thank you for your help! On Tue, Sep 21, 2010 at 2:21 PM, Jim Fulton wrote: > On Tue, Sep 21, 2010 at 11:23 AM, Hanno Schlichting wrote: >> On Tue, Sep 21, 2010 a

[ZODB-Dev] ZODB 3.9.6 and 3.8.6 released

2010-09-21 Thread Jim Fulton
I've backported a lot of bug fixes back to the 3.9 series and a few to 3.8. http://pypi.python.org/pypi/ZODB3/3.9.6 http://pypi.python.org/pypi/ZODB3/3.8.6 Jim -- Jim Fulton ___ For more information about ZODB, see the ZODB Wiki: http://www.zope.o

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

2010-09-21 Thread Jim Fulton
On Tue, Sep 21, 2010 at 11:23 AM, Hanno Schlichting wrote: > On Tue, Sep 21, 2010 at 5:20 PM, Jim Fulton wrote: >>> It was changes like this one >>> http://svn.zope.org/Zope/trunk/src/Products/PluginIndexes/DateIndex/DateIndex.py?rev=115442&r1=115279&r2=115442 >> >> I don't understand how the BTr

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

2010-09-21 Thread Jim Fulton
On Tue, Sep 21, 2010 at 9:48 AM, Jim Fulton wrote: ... > I'm uncomfortable with with people using 3.8 with blobs in production. > I'm going to spend some time today seeing if I can add back enough > version api (as opposed to support :) in 3.9 to make it work with > Zope 2.10. Well, that was a wa

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 wrote: >> It was changes like this one >> http://svn.zope.org/Zope/trunk/src/Products/PluginIndexes/DateIndex/DateIndex.py?rev=115442&r1=115279&r2=115442 > > I don't understand how the BTree changes would run afoul of this. > This code should prevent the

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 wrote: > On Tue, Sep 21, 2010 at 4:30 PM, Jim Fulton wrote: >> On Tue, Sep 21, 2010 at 10:00 AM, Hanno Schlichting >> wrote: >>> Note that the BTrees 32bit bug fix (OverflowError to TypeError) also >>> needs some adjustments in Zope2 (IIRC in

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 wrote: > On Tue, Sep 21, 2010 at 10:00 AM, Hanno Schlichting 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 CMFEditions). So it's n

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 wrote: > On Tue, Sep 21, 2010 at 3:48 PM, Jim Fulton 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 Dat

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 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 it's not straig

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 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... 3.8.6 is av