Re: [VOTE] Release Lucene/Solr 6.2.1 RC1

2016-09-19 Thread Shalin Shekhar Mangar
This vote has passed. I'll start the publishing process.

On Thu, Sep 15, 2016 at 7:37 PM, Shalin Shekhar Mangar 
wrote:

> Please vote for the first release candidate for Lucene/Solr 6.2.1
>
> The artifacts can be downloaded from:
> https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-6.2.1-RC1-
> rev43ab70147eb494324a1410f7a9f16a896a59bc6f/
>
> 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-6.2.1-RC1-
> rev43ab70147eb494324a1410f7a9f16a896a59bc6f/
>
> Smoke tester passed for me:
> SUCCESS! [0:29:53.545665]
>
> Here's my +1 to release.
>
> --
> Regards,
> Shalin Shekhar Mangar.
>



-- 
Regards,
Shalin Shekhar Mangar.


Re: [VOTE] Release Lucene/Solr 6.2.1 RC1

2016-09-17 Thread Tomás Fernández Löbbe
+1

SUCCESS! [0:59:36.664736]

On Fri, Sep 16, 2016 at 6:15 PM, David Smiley 
wrote:

> +1
>
> SUCCESS! [0:54:37.401807]
>
> On Thu, Sep 15, 2016 at 10:08 AM Shalin Shekhar Mangar 
> wrote:
>
>> Please vote for the first release candidate for Lucene/Solr 6.2.1
>>
>> The artifacts can be downloaded from:
>> https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-6.2.1-RC1-
>> rev43ab70147eb494324a1410f7a9f16a896a59bc6f/
>>
>> 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-6.2.1-RC1-
>> rev43ab70147eb494324a1410f7a9f16a896a59bc6f/
>>
>> Smoke tester passed for me:
>> SUCCESS! [0:29:53.545665]
>>
>> Here's my +1 to release.
>>
>> --
>> Regards,
>> Shalin Shekhar Mangar.
>>
> --
> Lucene/Solr Search Committer, Consultant, Developer, Author, Speaker
> LinkedIn: http://linkedin.com/in/davidwsmiley | Book: http://www.
> solrenterprisesearchserver.com
>


Re: [VOTE] Release Lucene/Solr 6.2.1 RC1

2016-09-16 Thread David Smiley
+1

SUCCESS! [0:54:37.401807]

On Thu, Sep 15, 2016 at 10:08 AM Shalin Shekhar Mangar 
wrote:

> Please vote for the first release candidate for Lucene/Solr 6.2.1
>
> The artifacts can be downloaded from:
>
> https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/
>
> 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-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/
>
> Smoke tester passed for me:
> SUCCESS! [0:29:53.545665]
>
> Here's my +1 to release.
>
> --
> Regards,
> Shalin Shekhar Mangar.
>
-- 
Lucene/Solr Search Committer, Consultant, Developer, Author, Speaker
LinkedIn: http://linkedin.com/in/davidwsmiley | Book:
http://www.solrenterprisesearchserver.com


RE: [VOTE] Release Lucene/Solr 6.2.1 RC1

2016-09-16 Thread Uwe Schindler
+1 to release!

 

SUCCESS! [2:28:38.650017] (virtual 2 CPU machine)

 

Javadocs look fine! I also checked the maven artifacts with a current project 
that implements some Analyzers for Solr, which broke in 6.2.0 because important 
TokenFilters changed their package name. The code now compiles again with the 
TokenFilter classes, although you might still run into compiling issues with 
StopAnalyzerBase’s static methods. But those classes are all expert.

 

Uwe

 

 

-

Uwe Schindler

H.-H.-Meier-Allee 63, D-28213 Bremen

  http://www.thetaphi.de

eMail: u...@thetaphi.de

 

From: shalinman...@gmail.com [mailto:shalinman...@gmail.com] On Behalf Of 
Shalin Shekhar Mangar
Sent: Thursday, September 15, 2016 4:08 PM
To: dev@lucene.apache.org
Subject: [VOTE] Release Lucene/Solr 6.2.1 RC1

 

Please vote for the first release candidate for Lucene/Solr 6.2.1

 

The artifacts can be downloaded from:

https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/

 

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-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/

 

Smoke tester passed for me:

SUCCESS! [0:29:53.545665]

 

Here's my +1 to release.

 

-- 

Regards,
Shalin Shekhar Mangar.



Re: [VOTE] Release Lucene/Solr 6.2.1 RC1

2016-09-16 Thread Pushkar Raste
May be we should hold release for SOLR-9524

On Sep 16, 2016 1:35 PM, "David Smiley"  wrote:

> LOL
>
> On Fri, Sep 16, 2016 at 1:08 PM Steve Rowe  wrote:
>
>> +1
>>
>> Docs, javadocs and changes look good, and the smoke tester passed for
>> me.  (I closed the console before I could copy the timing, but I promise
>> you, it was unbelievably fast - believe me, it’s true.)
>>
>> --
>> Steve
>> www.lucidworks.com
>>
>> > On Sep 16, 2016, at 9:25 AM, Michael McCandless <
>> luc...@mikemccandless.com> wrote:
>> >
>> > +1
>> >
>> > SUCCESS! [0:36:14.911243]
>> >
>> > Mike McCandless
>> >
>> > http://blog.mikemccandless.com
>> >
>> > On Thu, Sep 15, 2016 at 10:07 AM, Shalin Shekhar Mangar
>> >  wrote:
>> >> Please vote for the first release candidate for Lucene/Solr 6.2.1
>> >>
>> >> The artifacts can be downloaded from:
>> >> https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-6.2.1-RC1-
>> rev43ab70147eb494324a1410f7a9f16a896a59bc6f/
>> >>
>> >> 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-6.2.1-RC1-
>> rev43ab70147eb494324a1410f7a9f16a896a59bc6f/
>> >>
>> >> Smoke tester passed for me:
>> >> SUCCESS! [0:29:53.545665]
>> >>
>> >> Here's my +1 to release.
>> >>
>> >> --
>> >> Regards,
>> >> Shalin Shekhar Mangar.
>> >
>> > -
>> > To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
>> > For additional commands, e-mail: dev-h...@lucene.apache.org
>> >
>>
>>
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
>> For additional commands, e-mail: dev-h...@lucene.apache.org
>>
>> --
> Lucene/Solr Search Committer, Consultant, Developer, Author, Speaker
> LinkedIn: http://linkedin.com/in/davidwsmiley | Book: http://www.
> solrenterprisesearchserver.com
>


Re: [VOTE] Release Lucene/Solr 6.2.1 RC1

2016-09-16 Thread David Smiley
LOL

On Fri, Sep 16, 2016 at 1:08 PM Steve Rowe  wrote:

> +1
>
> Docs, javadocs and changes look good, and the smoke tester passed for me.
> (I closed the console before I could copy the timing, but I promise you, it
> was unbelievably fast - believe me, it’s true.)
>
> --
> Steve
> www.lucidworks.com
>
> > On Sep 16, 2016, at 9:25 AM, Michael McCandless <
> luc...@mikemccandless.com> wrote:
> >
> > +1
> >
> > SUCCESS! [0:36:14.911243]
> >
> > Mike McCandless
> >
> > http://blog.mikemccandless.com
> >
> > On Thu, Sep 15, 2016 at 10:07 AM, Shalin Shekhar Mangar
> >  wrote:
> >> Please vote for the first release candidate for Lucene/Solr 6.2.1
> >>
> >> The artifacts can be downloaded from:
> >>
> https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/
> >>
> >> 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-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/
> >>
> >> Smoke tester passed for me:
> >> SUCCESS! [0:29:53.545665]
> >>
> >> Here's my +1 to release.
> >>
> >> --
> >> Regards,
> >> Shalin Shekhar Mangar.
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
> > For additional commands, e-mail: dev-h...@lucene.apache.org
> >
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
> For additional commands, e-mail: dev-h...@lucene.apache.org
>
> --
Lucene/Solr Search Committer, Consultant, Developer, Author, Speaker
LinkedIn: http://linkedin.com/in/davidwsmiley | Book:
http://www.solrenterprisesearchserver.com


Re: [VOTE] Release Lucene/Solr 6.2.1 RC1

2016-09-16 Thread Steve Rowe
+1

Docs, javadocs and changes look good, and the smoke tester passed for me.  (I 
closed the console before I could copy the timing, but I promise you, it was 
unbelievably fast - believe me, it’s true.)

--
Steve
www.lucidworks.com

> On Sep 16, 2016, at 9:25 AM, Michael McCandless  
> wrote:
> 
> +1
> 
> SUCCESS! [0:36:14.911243]
> 
> Mike McCandless
> 
> http://blog.mikemccandless.com
> 
> On Thu, Sep 15, 2016 at 10:07 AM, Shalin Shekhar Mangar
>  wrote:
>> Please vote for the first release candidate for Lucene/Solr 6.2.1
>> 
>> The artifacts can be downloaded from:
>> https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/
>> 
>> 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-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/
>> 
>> Smoke tester passed for me:
>> SUCCESS! [0:29:53.545665]
>> 
>> Here's my +1 to release.
>> 
>> --
>> Regards,
>> Shalin Shekhar Mangar.
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
> For additional commands, e-mail: dev-h...@lucene.apache.org
> 


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



Re: [VOTE] Release Lucene/Solr 6.2.1 RC1

2016-09-16 Thread Michael McCandless
+1

SUCCESS! [0:36:14.911243]

Mike McCandless

http://blog.mikemccandless.com

On Thu, Sep 15, 2016 at 10:07 AM, Shalin Shekhar Mangar
 wrote:
> Please vote for the first release candidate for Lucene/Solr 6.2.1
>
> The artifacts can be downloaded from:
> https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/
>
> 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-6.2.1-RC1-rev43ab70147eb494324a1410f7a9f16a896a59bc6f/
>
> Smoke tester passed for me:
> SUCCESS! [0:29:53.545665]
>
> Here's my +1 to release.
>
> --
> Regards,
> Shalin Shekhar Mangar.

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