You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Alan Woodward <al...@romseysoftware.co.uk> on 2019/02/13 16:27:05 UTC

[VOTE] Release Lucene/Solr 8.0.0 RC1

Pleas vote for release candidate 1 for Lucene/Solr 8.0.0

The artifacts can be downloaded from https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-8.0.0-RC1-rev6a817b1c304bff9b9ca6d91f810d1c928ef761c5

You can run the smoke tester directly with this command:
python3 -u dev-tools/scripts/smokeTestRelease.py https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-8.0.0-RC1-rev6a817b1c304bff9b9ca6d91f810d1c928ef761c5

Here’s my +1
SUCCESS! [1:20:27.874076]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


Re: [VOTE] Release Lucene/Solr 8.0.0 RC1

Posted by Jan Høydahl <ja...@cominvent.com>.
SUCCESS! [1:31:21.861986]

Ran smoke tester, looked through changes and files in the distro.
- There's a wrong link in README.html (to versioncontrol.html) but that's a minor :)

+1

--
Jan Høydahl, search solution architect
Cominvent AS - www.cominvent.com

> 13. feb. 2019 kl. 17:27 skrev Alan Woodward <al...@romseysoftware.co.uk>:
> 
> Pleas vote for release candidate 1 for Lucene/Solr 8.0.0
> 
> The artifacts can be downloaded from https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-8.0.0-RC1-rev6a817b1c304bff9b9ca6d91f810d1c928ef761c5
> 
> You can run the smoke tester directly with this command:
> python3 -u dev-tools/scripts/smokeTestRelease.py https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-8.0.0-RC1-rev6a817b1c304bff9b9ca6d91f810d1c928ef761c5
> 
> Here’s my +1
> SUCCESS! [1:20:27.874076]
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
> 


Re: [VOTE] Release Lucene/Solr 8.0.0 RC1

Posted by Michael McCandless <lu...@mikemccandless.com>.
Great, thanks Alan; I'll pass tests and push and back-port to 8.0.

Mike McCandless

http://blog.mikemccandless.com


On Tue, Feb 19, 2019 at 7:59 AM Alan Woodward <ro...@gmail.com> wrote:

> We’re blocked on SOLR-13255, so if you think it’s ready then feel free to
> push.
>
> Thanks, Alan
>
> On 19 Feb 2019, at 12:16, Michael McCandless <lu...@mikemccandless.com>
> wrote:
>
> If it's not too late (new 8.0.0 RC hasn't been rolled yet?), I think
> LUCENE-8635 (moving FST off heap for non-primary-key-like fields) would be
> good for 8.0.0 as well?  It's a sizable (good) impact, and I think the PR
> is ready.
>
> I can take care of testing/pushing it today...
>
> Thanks,
>
> Mike McCandless
>
> http://blog.mikemccandless.com
>
>
> On Fri, Feb 15, 2019 at 4:08 AM Shalin Shekhar Mangar <
> shalinmangar@gmail.com> wrote:
>
>> Hi Uwe,
>>
>> A new RC will be built after SOLR-13248 is fixed.
>>
>> On Fri, Feb 15, 2019 at 2:24 PM Uwe Schindler <uw...@thetaphi.de> wrote:
>>
>>> Hi,
>>>
>>> is this still uptodate or did we abandon this RC? I started the smoker
>>> on Policeman Jenkins yesterday and it failed because of a Solr test, before
>>> I start it again (it runs everything two times, Java 8 and 9, so risk of
>>> failing is higher).
>>>
>>> Uwe
>>>
>>> -----
>>> Uwe Schindler
>>> Achterdiek 19, D-28357 Bremen
>>> http://www.thetaphi.de
>>> eMail: uwe@thetaphi.de
>>>
>>> > -----Original Message-----
>>> > From: Alan Woodward <al...@romseysoftware.co.uk>
>>> > Sent: Wednesday, February 13, 2019 5:27 PM
>>> > To: dev@lucene.apache.org
>>> > Subject: [VOTE] Release Lucene/Solr 8.0.0 RC1
>>> >
>>> > Pleas vote for release candidate 1 for Lucene/Solr 8.0.0
>>> >
>>> > The artifacts can be downloaded from
>>> > https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-8.0.0-RC1-
>>> > rev6a817b1c304bff9b9ca6d91f810d1c928ef761c5
>>> >
>>> > You can run the smoke tester directly with this command:
>>> > python3 -u dev-tools/scripts/smokeTestRelease.py
>>> > https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-8.0.0-RC1-
>>> > rev6a817b1c304bff9b9ca6d91f810d1c928ef761c5
>>> >
>>> > Here’s my +1
>>> > SUCCESS! [1:20:27.874076]
>>> > ---------------------------------------------------------------------
>>> > To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>>> > For additional commands, e-mail: dev-help@lucene.apache.org
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>>> For additional commands, e-mail: dev-help@lucene.apache.org
>>>
>>>
>>
>> --
>> Regards,
>> Shalin Shekhar Mangar.
>>
>
>

Re: [VOTE] Release Lucene/Solr 8.0.0 RC1

Posted by Alan Woodward <ro...@gmail.com>.
We’re blocked on SOLR-13255, so if you think it’s ready then feel free to push.

Thanks, Alan

> On 19 Feb 2019, at 12:16, Michael McCandless <lu...@mikemccandless.com> wrote:
> 
> If it's not too late (new 8.0.0 RC hasn't been rolled yet?), I think LUCENE-8635 (moving FST off heap for non-primary-key-like fields) would be good for 8.0.0 as well?  It's a sizable (good) impact, and I think the PR is ready.
> 
> I can take care of testing/pushing it today...
> 
> Thanks,
> 
> Mike McCandless
> 
> http://blog.mikemccandless.com <http://blog.mikemccandless.com/>
> 
> On Fri, Feb 15, 2019 at 4:08 AM Shalin Shekhar Mangar <shalinmangar@gmail.com <ma...@gmail.com>> wrote:
> Hi Uwe,
> 
> A new RC will be built after SOLR-13248 is fixed.
> 
> On Fri, Feb 15, 2019 at 2:24 PM Uwe Schindler <uwe@thetaphi.de <ma...@thetaphi.de>> wrote:
> Hi,
> 
> is this still uptodate or did we abandon this RC? I started the smoker on Policeman Jenkins yesterday and it failed because of a Solr test, before I start it again (it runs everything two times, Java 8 and 9, so risk of failing is higher).
> 
> Uwe
> 
> -----
> Uwe Schindler
> Achterdiek 19, D-28357 Bremen
> http://www.thetaphi.de <http://www.thetaphi.de/>
> eMail: uwe@thetaphi.de <ma...@thetaphi.de>
> 
> > -----Original Message-----
> > From: Alan Woodward <alan.woodward@romseysoftware.co.uk <ma...@romseysoftware.co.uk>>
> > Sent: Wednesday, February 13, 2019 5:27 PM
> > To: dev@lucene.apache.org <ma...@lucene.apache.org>
> > Subject: [VOTE] Release Lucene/Solr 8.0.0 RC1
> > 
> > Pleas vote for release candidate 1 for Lucene/Solr 8.0.0
> > 
> > The artifacts can be downloaded from
> > https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-8.0.0-RC1- <https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-8.0.0-RC1->
> > rev6a817b1c304bff9b9ca6d91f810d1c928ef761c5
> > 
> > You can run the smoke tester directly with this command:
> > python3 -u dev-tools/scripts/smokeTestRelease.py
> > https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-8.0.0-RC1- <https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-8.0.0-RC1->
> > rev6a817b1c304bff9b9ca6d91f810d1c928ef761c5
> > 
> > Here’s my +1
> > SUCCESS! [1:20:27.874076]
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org <ma...@lucene.apache.org>
> > For additional commands, e-mail: dev-help@lucene.apache.org <ma...@lucene.apache.org>
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org <ma...@lucene.apache.org>
> For additional commands, e-mail: dev-help@lucene.apache.org <ma...@lucene.apache.org>
> 
> 
> 
> -- 
> Regards,
> Shalin Shekhar Mangar.


Re: [VOTE] Release Lucene/Solr 8.0.0 RC1

Posted by Michael McCandless <lu...@mikemccandless.com>.
If it's not too late (new 8.0.0 RC hasn't been rolled yet?), I think
LUCENE-8635 (moving FST off heap for non-primary-key-like fields) would be
good for 8.0.0 as well?  It's a sizable (good) impact, and I think the PR
is ready.

I can take care of testing/pushing it today...

Thanks,

Mike McCandless

http://blog.mikemccandless.com


On Fri, Feb 15, 2019 at 4:08 AM Shalin Shekhar Mangar <
shalinmangar@gmail.com> wrote:

> Hi Uwe,
>
> A new RC will be built after SOLR-13248 is fixed.
>
> On Fri, Feb 15, 2019 at 2:24 PM Uwe Schindler <uw...@thetaphi.de> wrote:
>
>> Hi,
>>
>> is this still uptodate or did we abandon this RC? I started the smoker on
>> Policeman Jenkins yesterday and it failed because of a Solr test, before I
>> start it again (it runs everything two times, Java 8 and 9, so risk of
>> failing is higher).
>>
>> Uwe
>>
>> -----
>> Uwe Schindler
>> Achterdiek 19, D-28357 Bremen
>> http://www.thetaphi.de
>> eMail: uwe@thetaphi.de
>>
>> > -----Original Message-----
>> > From: Alan Woodward <al...@romseysoftware.co.uk>
>> > Sent: Wednesday, February 13, 2019 5:27 PM
>> > To: dev@lucene.apache.org
>> > Subject: [VOTE] Release Lucene/Solr 8.0.0 RC1
>> >
>> > Pleas vote for release candidate 1 for Lucene/Solr 8.0.0
>> >
>> > The artifacts can be downloaded from
>> > https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-8.0.0-RC1-
>> > rev6a817b1c304bff9b9ca6d91f810d1c928ef761c5
>> >
>> > You can run the smoke tester directly with this command:
>> > python3 -u dev-tools/scripts/smokeTestRelease.py
>> > https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-8.0.0-RC1-
>> > rev6a817b1c304bff9b9ca6d91f810d1c928ef761c5
>> >
>> > Here’s my +1
>> > SUCCESS! [1:20:27.874076]
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>> > For additional commands, e-mail: dev-help@lucene.apache.org
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>> For additional commands, e-mail: dev-help@lucene.apache.org
>>
>>
>
> --
> Regards,
> Shalin Shekhar Mangar.
>

Re: [VOTE] Release Lucene/Solr 8.0.0 RC1

Posted by Shalin Shekhar Mangar <sh...@gmail.com>.
Hi Uwe,

A new RC will be built after SOLR-13248 is fixed.

On Fri, Feb 15, 2019 at 2:24 PM Uwe Schindler <uw...@thetaphi.de> wrote:

> Hi,
>
> is this still uptodate or did we abandon this RC? I started the smoker on
> Policeman Jenkins yesterday and it failed because of a Solr test, before I
> start it again (it runs everything two times, Java 8 and 9, so risk of
> failing is higher).
>
> Uwe
>
> -----
> Uwe Schindler
> Achterdiek 19, D-28357 Bremen
> http://www.thetaphi.de
> eMail: uwe@thetaphi.de
>
> > -----Original Message-----
> > From: Alan Woodward <al...@romseysoftware.co.uk>
> > Sent: Wednesday, February 13, 2019 5:27 PM
> > To: dev@lucene.apache.org
> > Subject: [VOTE] Release Lucene/Solr 8.0.0 RC1
> >
> > Pleas vote for release candidate 1 for Lucene/Solr 8.0.0
> >
> > The artifacts can be downloaded from
> > https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-8.0.0-RC1-
> > rev6a817b1c304bff9b9ca6d91f810d1c928ef761c5
> >
> > You can run the smoke tester directly with this command:
> > python3 -u dev-tools/scripts/smokeTestRelease.py
> > https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-8.0.0-RC1-
> > rev6a817b1c304bff9b9ca6d91f810d1c928ef761c5
> >
> > Here’s my +1
> > SUCCESS! [1:20:27.874076]
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> > For additional commands, e-mail: dev-help@lucene.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>
>

-- 
Regards,
Shalin Shekhar Mangar.

RE: [VOTE] Release Lucene/Solr 8.0.0 RC1

Posted by Uwe Schindler <uw...@thetaphi.de>.
Hi,

is this still uptodate or did we abandon this RC? I started the smoker on Policeman Jenkins yesterday and it failed because of a Solr test, before I start it again (it runs everything two times, Java 8 and 9, so risk of failing is higher).

Uwe

-----
Uwe Schindler
Achterdiek 19, D-28357 Bremen
http://www.thetaphi.de
eMail: uwe@thetaphi.de

> -----Original Message-----
> From: Alan Woodward <al...@romseysoftware.co.uk>
> Sent: Wednesday, February 13, 2019 5:27 PM
> To: dev@lucene.apache.org
> Subject: [VOTE] Release Lucene/Solr 8.0.0 RC1
> 
> Pleas vote for release candidate 1 for Lucene/Solr 8.0.0
> 
> The artifacts can be downloaded from
> https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-8.0.0-RC1-
> rev6a817b1c304bff9b9ca6d91f810d1c928ef761c5
> 
> You can run the smoke tester directly with this command:
> python3 -u dev-tools/scripts/smokeTestRelease.py
> https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-8.0.0-RC1-
> rev6a817b1c304bff9b9ca6d91f810d1c928ef761c5
> 
> Here’s my +1
> SUCCESS! [1:20:27.874076]
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org


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