You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Uwe Schindler <uw...@thetaphi.de> on 2009/11/24 12:26:00 UTC

RE: svn commit: r883654 - /lucene/java/trunk/CHANGES.txt

Do we need a new 3.0? (duck) - but it's fixed only at wrong position in
changes.

But we should also fix the 3.0 branch for 3.0.1

-----
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: uwe@thetaphi.de


> -----Original Message-----
> From: mikemccand@apache.org [mailto:mikemccand@apache.org]
> Sent: Tuesday, November 24, 2009 12:20 PM
> To: java-commits@lucene.apache.org
> Subject: svn commit: r883654 - /lucene/java/trunk/CHANGES.txt
> 
> Author: mikemccand
> Date: Tue Nov 24 11:19:43 2009
> New Revision: 883654
> 
> URL: http://svn.apache.org/viewvc?rev=883654&view=rev
> Log:
> LUCENE-2045: fix CHANGES entry (this was fixed in 2.9.2/3.0, not 2.9.1)
> 
> Modified:
>     lucene/java/trunk/CHANGES.txt
> 
> Modified: lucene/java/trunk/CHANGES.txt
> URL:
> http://svn.apache.org/viewvc/lucene/java/trunk/CHANGES.txt?rev=883654&r1=8
> 83653&r2=883654&view=diff
> ==========================================================================
> ====
> --- lucene/java/trunk/CHANGES.txt (original)
> +++ lucene/java/trunk/CHANGES.txt Tue Nov 24 11:19:43 2009
> @@ -188,6 +188,10 @@
>  * LUCENE-2088: addAttribute() should only accept interfaces that
>    extend Attribute. (Shai Erera, Uwe Schindler)
> 
> +* LUCENE-2045: Fix silly FileNotFoundException hit if you enable
> +  infoStream on IndexWriter and then add an empty document and commit
> +  (Shai Erera via Mike McCandless)
> +
>  New features
> 
>  * LUCENE-1933: Provide a convenience AttributeFactory that creates a
> @@ -258,10 +262,6 @@
>     char (U+FFFD) during indexing, to prevent silent index corruption.
>     (Peter Keegan, Mike McCandless)
> 
> - * LUCENE-2045: Fix silly FileNotFoundException hit if you enable
> -   infoStream on IndexWriter and then add an empty document and commit
> -   (Shai Erera via Mike McCandless)
> -
>   * LUCENE-2046: IndexReader should not see the index as changed, after
>     IndexWriter.prepareCommit has been called but before
>     IndexWriter.commit is called. (Peter Keegan via Mike McCandless)
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org


RE: svn commit: r883654 - /lucene/java/trunk/CHANGES.txt

Posted by Uwe Schindler <uw...@thetaphi.de>.
I have seen, we have the same problem with the next changes entry, 2046 :(

-----
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: uwe@thetaphi.de


> -----Original Message-----
> From: Uwe Schindler [mailto:uwe@thetaphi.de]
> Sent: Tuesday, November 24, 2009 12:26 PM
> To: java-dev@lucene.apache.org
> Subject: RE: svn commit: r883654 - /lucene/java/trunk/CHANGES.txt
> 
> Do we need a new 3.0? (duck) - but it's fixed only at wrong position in
> changes.
> 
> But we should also fix the 3.0 branch for 3.0.1
> 
> -----
> Uwe Schindler
> H.-H.-Meier-Allee 63, D-28213 Bremen
> http://www.thetaphi.de
> eMail: uwe@thetaphi.de
> 
> 
> > -----Original Message-----
> > From: mikemccand@apache.org [mailto:mikemccand@apache.org]
> > Sent: Tuesday, November 24, 2009 12:20 PM
> > To: java-commits@lucene.apache.org
> > Subject: svn commit: r883654 - /lucene/java/trunk/CHANGES.txt
> >
> > Author: mikemccand
> > Date: Tue Nov 24 11:19:43 2009
> > New Revision: 883654
> >
> > URL: http://svn.apache.org/viewvc?rev=883654&view=rev
> > Log:
> > LUCENE-2045: fix CHANGES entry (this was fixed in 2.9.2/3.0, not 2.9.1)
> >
> > Modified:
> >     lucene/java/trunk/CHANGES.txt
> >
> > Modified: lucene/java/trunk/CHANGES.txt
> > URL:
> >
> http://svn.apache.org/viewvc/lucene/java/trunk/CHANGES.txt?rev=883654&r1=8
> > 83653&r2=883654&view=diff
> >
> ==========================================================================
> > ====
> > --- lucene/java/trunk/CHANGES.txt (original)
> > +++ lucene/java/trunk/CHANGES.txt Tue Nov 24 11:19:43 2009
> > @@ -188,6 +188,10 @@
> >  * LUCENE-2088: addAttribute() should only accept interfaces that
> >    extend Attribute. (Shai Erera, Uwe Schindler)
> >
> > +* LUCENE-2045: Fix silly FileNotFoundException hit if you enable
> > +  infoStream on IndexWriter and then add an empty document and commit
> > +  (Shai Erera via Mike McCandless)
> > +
> >  New features
> >
> >  * LUCENE-1933: Provide a convenience AttributeFactory that creates a
> > @@ -258,10 +262,6 @@
> >     char (U+FFFD) during indexing, to prevent silent index corruption.
> >     (Peter Keegan, Mike McCandless)
> >
> > - * LUCENE-2045: Fix silly FileNotFoundException hit if you enable
> > -   infoStream on IndexWriter and then add an empty document and commit
> > -   (Shai Erera via Mike McCandless)
> > -
> >   * LUCENE-2046: IndexReader should not see the index as changed, after
> >     IndexWriter.prepareCommit has been called but before
> >     IndexWriter.commit is called. (Peter Keegan via Mike McCandless)
> >
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: java-dev-help@lucene.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org


RE: svn commit: r883654 - /lucene/java/trunk/CHANGES.txt

Posted by Uwe Schindler <uw...@thetaphi.de>.
I looked through the 2.9.1 changes and found none that was too new.

-----
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: uwe@thetaphi.de

> -----Original Message-----
> From: Michael McCandless [mailto:lucene@mikemccandless.com]
> Sent: Tuesday, November 24, 2009 12:39 PM
> To: java-dev@lucene.apache.org
> Subject: Re: svn commit: r883654 - /lucene/java/trunk/CHANGES.txt
> 
> OK looks like you fixed LUCENE-2046 as well, and ported both fixes to
> 3.0.x CHANGES.
> 
> I don't think this merits a 3.0.0 respin.
> 
> Though I wonder if there are other issues that got incorrectly moved into
> 2.9.1?
> 
> Mike
> 
> On Tue, Nov 24, 2009 at 6:26 AM, Uwe Schindler <uw...@thetaphi.de> wrote:
> > Do we need a new 3.0? (duck) - but it's fixed only at wrong position in
> > changes.
> >
> > But we should also fix the 3.0 branch for 3.0.1
> >
> > -----
> > Uwe Schindler
> > H.-H.-Meier-Allee 63, D-28213 Bremen
> > http://www.thetaphi.de
> > eMail: uwe@thetaphi.de
> >
> >
> >> -----Original Message-----
> >> From: mikemccand@apache.org [mailto:mikemccand@apache.org]
> >> Sent: Tuesday, November 24, 2009 12:20 PM
> >> To: java-commits@lucene.apache.org
> >> Subject: svn commit: r883654 - /lucene/java/trunk/CHANGES.txt
> >>
> >> Author: mikemccand
> >> Date: Tue Nov 24 11:19:43 2009
> >> New Revision: 883654
> >>
> >> URL: http://svn.apache.org/viewvc?rev=883654&view=rev
> >> Log:
> >> LUCENE-2045: fix CHANGES entry (this was fixed in 2.9.2/3.0, not 2.9.1)
> >>
> >> Modified:
> >>     lucene/java/trunk/CHANGES.txt
> >>
> >> Modified: lucene/java/trunk/CHANGES.txt
> >> URL:
> >>
> http://svn.apache.org/viewvc/lucene/java/trunk/CHANGES.txt?rev=883654&r1=8
> >> 83653&r2=883654&view=diff
> >>
> ==========================================================================
> >> ====
> >> --- lucene/java/trunk/CHANGES.txt (original)
> >> +++ lucene/java/trunk/CHANGES.txt Tue Nov 24 11:19:43 2009
> >> @@ -188,6 +188,10 @@
> >>  * LUCENE-2088: addAttribute() should only accept interfaces that
> >>    extend Attribute. (Shai Erera, Uwe Schindler)
> >>
> >> +* LUCENE-2045: Fix silly FileNotFoundException hit if you enable
> >> +  infoStream on IndexWriter and then add an empty document and commit
> >> +  (Shai Erera via Mike McCandless)
> >> +
> >>  New features
> >>
> >>  * LUCENE-1933: Provide a convenience AttributeFactory that creates a
> >> @@ -258,10 +262,6 @@
> >>     char (U+FFFD) during indexing, to prevent silent index corruption.
> >>     (Peter Keegan, Mike McCandless)
> >>
> >> - * LUCENE-2045: Fix silly FileNotFoundException hit if you enable
> >> -   infoStream on IndexWriter and then add an empty document and commit
> >> -   (Shai Erera via Mike McCandless)
> >> -
> >>   * LUCENE-2046: IndexReader should not see the index as changed, after
> >>     IndexWriter.prepareCommit has been called but before
> >>     IndexWriter.commit is called. (Peter Keegan via Mike McCandless)
> >>
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
> > For additional commands, e-mail: java-dev-help@lucene.apache.org
> >
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: java-dev-help@lucene.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org


Re: svn commit: r883654 - /lucene/java/trunk/CHANGES.txt

Posted by Michael McCandless <lu...@mikemccandless.com>.
OK looks like you fixed LUCENE-2046 as well, and ported both fixes to
3.0.x CHANGES.

I don't think this merits a 3.0.0 respin.

Though I wonder if there are other issues that got incorrectly moved into 2.9.1?

Mike

On Tue, Nov 24, 2009 at 6:26 AM, Uwe Schindler <uw...@thetaphi.de> wrote:
> Do we need a new 3.0? (duck) - but it's fixed only at wrong position in
> changes.
>
> But we should also fix the 3.0 branch for 3.0.1
>
> -----
> Uwe Schindler
> H.-H.-Meier-Allee 63, D-28213 Bremen
> http://www.thetaphi.de
> eMail: uwe@thetaphi.de
>
>
>> -----Original Message-----
>> From: mikemccand@apache.org [mailto:mikemccand@apache.org]
>> Sent: Tuesday, November 24, 2009 12:20 PM
>> To: java-commits@lucene.apache.org
>> Subject: svn commit: r883654 - /lucene/java/trunk/CHANGES.txt
>>
>> Author: mikemccand
>> Date: Tue Nov 24 11:19:43 2009
>> New Revision: 883654
>>
>> URL: http://svn.apache.org/viewvc?rev=883654&view=rev
>> Log:
>> LUCENE-2045: fix CHANGES entry (this was fixed in 2.9.2/3.0, not 2.9.1)
>>
>> Modified:
>>     lucene/java/trunk/CHANGES.txt
>>
>> Modified: lucene/java/trunk/CHANGES.txt
>> URL:
>> http://svn.apache.org/viewvc/lucene/java/trunk/CHANGES.txt?rev=883654&r1=8
>> 83653&r2=883654&view=diff
>> ==========================================================================
>> ====
>> --- lucene/java/trunk/CHANGES.txt (original)
>> +++ lucene/java/trunk/CHANGES.txt Tue Nov 24 11:19:43 2009
>> @@ -188,6 +188,10 @@
>>  * LUCENE-2088: addAttribute() should only accept interfaces that
>>    extend Attribute. (Shai Erera, Uwe Schindler)
>>
>> +* LUCENE-2045: Fix silly FileNotFoundException hit if you enable
>> +  infoStream on IndexWriter and then add an empty document and commit
>> +  (Shai Erera via Mike McCandless)
>> +
>>  New features
>>
>>  * LUCENE-1933: Provide a convenience AttributeFactory that creates a
>> @@ -258,10 +262,6 @@
>>     char (U+FFFD) during indexing, to prevent silent index corruption.
>>     (Peter Keegan, Mike McCandless)
>>
>> - * LUCENE-2045: Fix silly FileNotFoundException hit if you enable
>> -   infoStream on IndexWriter and then add an empty document and commit
>> -   (Shai Erera via Mike McCandless)
>> -
>>   * LUCENE-2046: IndexReader should not see the index as changed, after
>>     IndexWriter.prepareCommit has been called but before
>>     IndexWriter.commit is called. (Peter Keegan via Mike McCandless)
>>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: java-dev-help@lucene.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org