Re: [VOTE] Release Lucene/Solr 8.8.2 RC1

2021-04-07 Thread Anshum Gupta
+1 (binding)

Ran a sample indexing/search app and browsed through the admin UI.

Smoketester is happy!

SUCCESS! [1:05:05.761354]


On Tue, Apr 6, 2021 at 3:45 PM Mike Drob  wrote:

> Please vote for release candidate 1 for Lucene/Solr 8.8.2
>
> The artifacts can be downloaded from:
>
> https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb
>
> 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.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb
>
> The vote will be open until 2021-04-12 00:00 UTC. I will tally votes on
> Monday morning.
>
> [ ] +1  approve
> [ ] +0  no opinion
> [ ] -1  disapprove (and reason why)
>
> Here is my +1
>


-- 
Anshum Gupta


Re: [VOTE] Release Lucene/Solr 8.8.2 RC1

2021-04-07 Thread Timothy Potter
Looks good!

+1 (binding)

Ran the smoke tester + verified the ACLs on /security.json. Also ran
through a series of indexing / query load tests with the Solr
operator.

Cheers,
Tim

On Wed, Apr 7, 2021 at 9:22 AM Uwe Schindler  wrote:
>
> Hi,
>
>
>
> sorry I haven’t seen your message before (it was not sorted into my Lucene 
> mails).
>
>
>
> I committed a compile-failure fix into branch_8x and branch_8_8 a while ago, 
> which was marked as blocker (Lucene and Solr failed to compile with Java 17 
> because of some Javadoc options leading to failures). See more details here: 
> https://issues.apache.org/jira/browse/LUCENE-9912
>
>
>
> I would not stop the release now, so here’s my +/-0
>
>
>
> But if we respin, please include those 2 commits (disabling javadocs options 
> and fixing the javadocs). If not we have to change the FIX version numbers in 
> JIRA!
>
>
>
> Uwe
>
>
>
> -
>
> Uwe Schindler
>
> Achterdiek 19, D-28357 Bremen
>
> https://www.thetaphi.de
>
> eMail: u...@thetaphi.de
>
>
>
> From: Mike Drob 
> Sent: Wednesday, April 7, 2021 12:45 AM
> To: Solr/Lucene Dev ; Solr Dev 
> Subject: [VOTE] Release Lucene/Solr 8.8.2 RC1
>
>
>
> Please vote for release candidate 1 for Lucene/Solr 8.8.2
>
>
>
> The artifacts can be downloaded from:
>
> https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb
>
>
>
> 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.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb
>
>
>
> The vote will be open until 2021-04-12 00:00 UTC. I will tally votes on 
> Monday morning.
>
>
>
> [ ] +1  approve
>
> [ ] +0  no opinion
>
> [ ] -1  disapprove (and reason why)
>
>
>
> Here is my +1

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



Re: Welcome Peter Gromov as Lucene committer

2021-04-07 Thread Tomás Fernández Löbbe
Welcome Peter!

On Wed, Apr 7, 2021 at 12:13 PM Houston Putman 
wrote:

> Congrats!
>
> On Wed, Apr 7, 2021 at 12:47 PM Anshum Gupta 
> wrote:
>
>> Congratulations and welcome, Peter!
>>
>> On Tue, Apr 6, 2021 at 10:48 AM Robert Muir  wrote:
>>
>>> I'm pleased to announce that Peter Gromov has accepted the PMC's
>>> invitation to become a committer.
>>>
>>> Peter, the tradition is that new committers introduce themselves with a
>>> brief bio.
>>>
>>> Congratulations and welcome!
>>>
>>>
>>
>> --
>> Anshum Gupta
>>
>


Re: Welcome Peter Gromov as Lucene committer

2021-04-07 Thread Houston Putman
Congrats!

On Wed, Apr 7, 2021 at 12:47 PM Anshum Gupta  wrote:

> Congratulations and welcome, Peter!
>
> On Tue, Apr 6, 2021 at 10:48 AM Robert Muir  wrote:
>
>> I'm pleased to announce that Peter Gromov has accepted the PMC's
>> invitation to become a committer.
>>
>> Peter, the tradition is that new committers introduce themselves with a
>> brief bio.
>>
>> Congratulations and welcome!
>>
>>
>
> --
> Anshum Gupta
>


Re: Welcome Peter Gromov as Lucene committer

2021-04-07 Thread Anshum Gupta
Congratulations and welcome, Peter!

On Tue, Apr 6, 2021 at 10:48 AM Robert Muir  wrote:

> I'm pleased to announce that Peter Gromov has accepted the PMC's
> invitation to become a committer.
>
> Peter, the tradition is that new committers introduce themselves with a
> brief bio.
>
> Congratulations and welcome!
>
>

-- 
Anshum Gupta


Re: Welcome Peter Gromov as Lucene committer

2021-04-07 Thread Yonik Seeley
Congrats Peter!
-Yonik


On Tue, Apr 6, 2021 at 1:48 PM Robert Muir  wrote:

> I'm pleased to announce that Peter Gromov has accepted the PMC's
> invitation to become a committer.
>
> Peter, the tradition is that new committers introduce themselves with a
> brief bio.
>
> Congratulations and welcome!
>
>


RE: [VOTE] Release Lucene/Solr 8.8.2 RC1

2021-04-07 Thread Uwe Schindler
Hi,

 

sorry I haven’t seen your message before (it was not sorted into my Lucene 
mails).

 

I committed a compile-failure fix into branch_8x and branch_8_8 a while ago, 
which was marked as blocker (Lucene and Solr failed to compile with Java 17 
because of some Javadoc options leading to failures). See more details here: 
https://issues.apache.org/jira/browse/LUCENE-9912

 

I would not stop the release now, so here’s my +/-0

 

But if we respin, please include those 2 commits (disabling javadocs options 
and fixing the javadocs). If not we have to change the FIX version numbers in 
JIRA!

 

Uwe

 

-

Uwe Schindler

Achterdiek 19, D-28357 Bremen

https://www.thetaphi.de

eMail: u...@thetaphi.de

 

From: Mike Drob  
Sent: Wednesday, April 7, 2021 12:45 AM
To: Solr/Lucene Dev ; Solr Dev 
Subject: [VOTE] Release Lucene/Solr 8.8.2 RC1

 

Please vote for release candidate 1 for Lucene/Solr 8.8.2

 

The artifacts can be downloaded from:

https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-8.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb

 

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.8.2-RC1-reva92a05e195b775b30ca410bc0a26e8e79e7b3bfb

 

The vote will be open until 2021-04-12 00:00 UTC. I will tally votes on Monday 
morning.

 

[ ] +1  approve

[ ] +0  no opinion

[ ] -1  disapprove (and reason why)

 

Here is my +1



Re: Welcome Peter Gromov as Lucene committer

2021-04-07 Thread jim ferenczi
Welcome Peter!

Le mer. 7 avr. 2021 à 15:14, Ignacio Vera  a écrit :

> Welcome Peter!
>
> On Wed, Apr 7, 2021 at 3:10 PM Peter Gromov
>  wrote:
>
>> Thanks, that helped!
>>
>> On Wed, Apr 7, 2021 at 11:23 AM Dawid Weiss 
>> wrote:
>>
>>> See here -
>>> https://git.apache.org/setup/
>>>
>>> On Wed, Apr 7, 2021 at 10:52 AM Peter Gromov
>>>  wrote:
>>> >
>>> > I have 2FA, but nobody added me to the ASF organization. How does one
>>> do that?
>>> >
>>> > On Wed, Apr 7, 2021 at 10:09 AM Atri Sharma  wrote:
>>> >>
>>> >> Did you set your 2FA up and get added to the Apache Software
>>> >> Foundation Github org?
>>> >>
>>> >> On Wed, Apr 7, 2021 at 12:42 PM Peter Gromov
>>> >>  wrote:
>>> >> >
>>> >> > Thanks for the honor!
>>> >> >
>>> >> > (BTW I'm still not recognized by Github as having write access, and
>>> can't merge my pull requests :))
>>> >> >
>>> >> > > Peter, the tradition is that new committers introduce themselves
>>> with a brief bio.
>>> >> >
>>> >> > Okay, time for some bragging :) I've been working at JetBrains for
>>> some 17 years, most of them on IntelliJ platform, mainly supporting various
>>> languages and their infrastructure, analyzing snapshots and improving
>>> performance. Aiming to catch more bugs before they hit production, I've
>>> introduced property-based testing to IntelliJ by creating a small library
>>> called jetCheck. Recently I've switched to the Grazie project and now I do
>>> some rule-based computational linguistics there and enhance the IDE support
>>> for English. As Grazie needs LanguageTool and Hunspell, I've also spent
>>> some time rewriting the latter in Java (here in Lucene), and optimizing
>>> them both. In my free time, I like mountain hiking (Munich/Germany is a
>>> great location for that!), and some amateur piano/harmonica playing/singing.
>>> >>
>>> >> --
>>> >> Regards,
>>> >>
>>> >> Atri
>>> >> Apache Concerted
>>> >>
>>> >> -
>>> >> 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: Welcome Peter Gromov as Lucene committer

2021-04-07 Thread Erik Hatcher
Welcome, Peter! 

I loved the musical videos you've made :)

Erik


> On Apr 7, 2021, at 3:11 AM, Peter Gromov  
> wrote:
> 
> Thanks for the honor!
> 
> (BTW I'm still not recognized by Github as having write access, and can't 
> merge my pull requests :))
> 
> > Peter, the tradition is that new committers introduce themselves with a 
> > brief bio.
> 
> Okay, time for some bragging :) I've been working at JetBrains for some 17 
> years, most of them on IntelliJ platform , 
> mainly supporting various languages and their infrastructure, analyzing 
> snapshots and improving performance. Aiming to catch more bugs before they 
> hit production, I've introduced property-based testing to IntelliJ by 
> creating a small library called jetCheck 
> . Recently I've switched to the Grazie 
>  project and now I do some 
> rule-based computational linguistics there and enhance the IDE support for 
> English. As Grazie needs LanguageTool  and 
> Hunspell, I've also spent some time rewriting the latter in Java (here in 
> Lucene), and optimizing them both. In my free time, I like mountain hiking 
> (Munich/Germany is a great location for that!), and some amateur 
> piano/harmonica playing/singing 
> .



Re: Welcome Peter Gromov as Lucene committer

2021-04-07 Thread Ignacio Vera
Welcome Peter!

On Wed, Apr 7, 2021 at 3:10 PM Peter Gromov
 wrote:

> Thanks, that helped!
>
> On Wed, Apr 7, 2021 at 11:23 AM Dawid Weiss  wrote:
>
>> See here -
>> https://git.apache.org/setup/
>>
>> On Wed, Apr 7, 2021 at 10:52 AM Peter Gromov
>>  wrote:
>> >
>> > I have 2FA, but nobody added me to the ASF organization. How does one
>> do that?
>> >
>> > On Wed, Apr 7, 2021 at 10:09 AM Atri Sharma  wrote:
>> >>
>> >> Did you set your 2FA up and get added to the Apache Software
>> >> Foundation Github org?
>> >>
>> >> On Wed, Apr 7, 2021 at 12:42 PM Peter Gromov
>> >>  wrote:
>> >> >
>> >> > Thanks for the honor!
>> >> >
>> >> > (BTW I'm still not recognized by Github as having write access, and
>> can't merge my pull requests :))
>> >> >
>> >> > > Peter, the tradition is that new committers introduce themselves
>> with a brief bio.
>> >> >
>> >> > Okay, time for some bragging :) I've been working at JetBrains for
>> some 17 years, most of them on IntelliJ platform, mainly supporting various
>> languages and their infrastructure, analyzing snapshots and improving
>> performance. Aiming to catch more bugs before they hit production, I've
>> introduced property-based testing to IntelliJ by creating a small library
>> called jetCheck. Recently I've switched to the Grazie project and now I do
>> some rule-based computational linguistics there and enhance the IDE support
>> for English. As Grazie needs LanguageTool and Hunspell, I've also spent
>> some time rewriting the latter in Java (here in Lucene), and optimizing
>> them both. In my free time, I like mountain hiking (Munich/Germany is a
>> great location for that!), and some amateur piano/harmonica playing/singing.
>> >>
>> >> --
>> >> Regards,
>> >>
>> >> Atri
>> >> Apache Concerted
>> >>
>> >> -
>> >> 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: Welcome Peter Gromov as Lucene committer

2021-04-07 Thread Peter Gromov
Thanks, that helped!

On Wed, Apr 7, 2021 at 11:23 AM Dawid Weiss  wrote:

> See here -
> https://git.apache.org/setup/
>
> On Wed, Apr 7, 2021 at 10:52 AM Peter Gromov
>  wrote:
> >
> > I have 2FA, but nobody added me to the ASF organization. How does one do
> that?
> >
> > On Wed, Apr 7, 2021 at 10:09 AM Atri Sharma  wrote:
> >>
> >> Did you set your 2FA up and get added to the Apache Software
> >> Foundation Github org?
> >>
> >> On Wed, Apr 7, 2021 at 12:42 PM Peter Gromov
> >>  wrote:
> >> >
> >> > Thanks for the honor!
> >> >
> >> > (BTW I'm still not recognized by Github as having write access, and
> can't merge my pull requests :))
> >> >
> >> > > Peter, the tradition is that new committers introduce themselves
> with a brief bio.
> >> >
> >> > Okay, time for some bragging :) I've been working at JetBrains for
> some 17 years, most of them on IntelliJ platform, mainly supporting various
> languages and their infrastructure, analyzing snapshots and improving
> performance. Aiming to catch more bugs before they hit production, I've
> introduced property-based testing to IntelliJ by creating a small library
> called jetCheck. Recently I've switched to the Grazie project and now I do
> some rule-based computational linguistics there and enhance the IDE support
> for English. As Grazie needs LanguageTool and Hunspell, I've also spent
> some time rewriting the latter in Java (here in Lucene), and optimizing
> them both. In my free time, I like mountain hiking (Munich/Germany is a
> great location for that!), and some amateur piano/harmonica playing/singing.
> >>
> >> --
> >> Regards,
> >>
> >> Atri
> >> Apache Concerted
> >>
> >> -
> >> 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: Welcome Peter Gromov as Lucene committer

2021-04-07 Thread Namgyu Kim
Congratulations and welcome, Peter! :D

On Wed, Apr 7, 2021 at 4:12 PM Peter Gromov
 wrote:

> Thanks for the honor!
>
> (BTW I'm still not recognized by Github as having write access, and can't
> merge my pull requests :))
>
> > Peter, the tradition is that new committers introduce themselves with a
> brief bio.
>
> Okay, time for some bragging :) I've been working at JetBrains for some 17
> years, most of them on IntelliJ platform ,
> mainly supporting various languages and their infrastructure, analyzing
> snapshots and improving performance. Aiming to catch more bugs before they
> hit production, I've introduced property-based testing to IntelliJ by
> creating a small library called jetCheck
> . Recently I've switched to the
> Grazie  project and
> now I do some rule-based computational linguistics there and enhance the
> IDE support for English. As Grazie needs LanguageTool
>  and Hunspell, I've also spent some time
> rewriting the latter in Java (here in Lucene), and optimizing them both. In
> my free time, I like mountain hiking (Munich/Germany is a great location
> for that!), and some amateur piano/harmonica playing/singing
> .
>
>>


Re: Welcome Peter Gromov as Lucene committer

2021-04-07 Thread Dawid Weiss
See here -
https://git.apache.org/setup/

On Wed, Apr 7, 2021 at 10:52 AM Peter Gromov
 wrote:
>
> I have 2FA, but nobody added me to the ASF organization. How does one do that?
>
> On Wed, Apr 7, 2021 at 10:09 AM Atri Sharma  wrote:
>>
>> Did you set your 2FA up and get added to the Apache Software
>> Foundation Github org?
>>
>> On Wed, Apr 7, 2021 at 12:42 PM Peter Gromov
>>  wrote:
>> >
>> > Thanks for the honor!
>> >
>> > (BTW I'm still not recognized by Github as having write access, and can't 
>> > merge my pull requests :))
>> >
>> > > Peter, the tradition is that new committers introduce themselves with a 
>> > > brief bio.
>> >
>> > Okay, time for some bragging :) I've been working at JetBrains for some 17 
>> > years, most of them on IntelliJ platform, mainly supporting various 
>> > languages and their infrastructure, analyzing snapshots and improving 
>> > performance. Aiming to catch more bugs before they hit production, I've 
>> > introduced property-based testing to IntelliJ by creating a small library 
>> > called jetCheck. Recently I've switched to the Grazie project and now I do 
>> > some rule-based computational linguistics there and enhance the IDE 
>> > support for English. As Grazie needs LanguageTool and Hunspell, I've also 
>> > spent some time rewriting the latter in Java (here in Lucene), and 
>> > optimizing them both. In my free time, I like mountain hiking 
>> > (Munich/Germany is a great location for that!), and some amateur 
>> > piano/harmonica playing/singing.
>>
>> --
>> Regards,
>>
>> Atri
>> Apache Concerted
>>
>> -
>> 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: Welcome Peter Gromov as Lucene committer

2021-04-07 Thread Peter Gromov
I have 2FA, but nobody added me to the ASF organization. How does one do
that?

On Wed, Apr 7, 2021 at 10:09 AM Atri Sharma  wrote:

> Did you set your 2FA up and get added to the Apache Software
> Foundation Github org?
>
> On Wed, Apr 7, 2021 at 12:42 PM Peter Gromov
>  wrote:
> >
> > Thanks for the honor!
> >
> > (BTW I'm still not recognized by Github as having write access, and
> can't merge my pull requests :))
> >
> > > Peter, the tradition is that new committers introduce themselves with
> a brief bio.
> >
> > Okay, time for some bragging :) I've been working at JetBrains for some
> 17 years, most of them on IntelliJ platform, mainly supporting various
> languages and their infrastructure, analyzing snapshots and improving
> performance. Aiming to catch more bugs before they hit production, I've
> introduced property-based testing to IntelliJ by creating a small library
> called jetCheck. Recently I've switched to the Grazie project and now I do
> some rule-based computational linguistics there and enhance the IDE support
> for English. As Grazie needs LanguageTool and Hunspell, I've also spent
> some time rewriting the latter in Java (here in Lucene), and optimizing
> them both. In my free time, I like mountain hiking (Munich/Germany is a
> great location for that!), and some amateur piano/harmonica playing/singing.
>
> --
> Regards,
>
> Atri
> Apache Concerted
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
> For additional commands, e-mail: dev-h...@lucene.apache.org
>
>


Re: Welcome Peter Gromov as Lucene committer

2021-04-07 Thread Atri Sharma
Did you set your 2FA up and get added to the Apache Software
Foundation Github org?

On Wed, Apr 7, 2021 at 12:42 PM Peter Gromov
 wrote:
>
> Thanks for the honor!
>
> (BTW I'm still not recognized by Github as having write access, and can't 
> merge my pull requests :))
>
> > Peter, the tradition is that new committers introduce themselves with a 
> > brief bio.
>
> Okay, time for some bragging :) I've been working at JetBrains for some 17 
> years, most of them on IntelliJ platform, mainly supporting various languages 
> and their infrastructure, analyzing snapshots and improving performance. 
> Aiming to catch more bugs before they hit production, I've introduced 
> property-based testing to IntelliJ by creating a small library called 
> jetCheck. Recently I've switched to the Grazie project and now I do some 
> rule-based computational linguistics there and enhance the IDE support for 
> English. As Grazie needs LanguageTool and Hunspell, I've also spent some time 
> rewriting the latter in Java (here in Lucene), and optimizing them both. In 
> my free time, I like mountain hiking (Munich/Germany is a great location for 
> that!), and some amateur piano/harmonica playing/singing.

-- 
Regards,

Atri
Apache Concerted

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



Re: Welcome Peter Gromov as Lucene committer

2021-04-07 Thread Bruno Roustant
Welcome Peter!

Le mer. 7 avr. 2021 à 09:11, Peter Gromov
 a écrit :

> Thanks for the honor!
>
> (BTW I'm still not recognized by Github as having write access, and can't
> merge my pull requests :))
>
> > Peter, the tradition is that new committers introduce themselves with a
> brief bio.
>
> Okay, time for some bragging :) I've been working at JetBrains for some 17
> years, most of them on IntelliJ platform ,
> mainly supporting various languages and their infrastructure, analyzing
> snapshots and improving performance. Aiming to catch more bugs before they
> hit production, I've introduced property-based testing to IntelliJ by
> creating a small library called jetCheck
> . Recently I've switched to the
> Grazie  project and
> now I do some rule-based computational linguistics there and enhance the
> IDE support for English. As Grazie needs LanguageTool
>  and Hunspell, I've also spent some time
> rewriting the latter in Java (here in Lucene), and optimizing them both. In
> my free time, I like mountain hiking (Munich/Germany is a great location
> for that!), and some amateur piano/harmonica playing/singing
> .
>
>>


Re: Welcome Peter Gromov as Lucene committer

2021-04-07 Thread Peter Gromov
Thanks for the honor!

(BTW I'm still not recognized by Github as having write access, and can't
merge my pull requests :))

> Peter, the tradition is that new committers introduce themselves with a
brief bio.

Okay, time for some bragging :) I've been working at JetBrains for some 17
years, most of them on IntelliJ platform ,
mainly supporting various languages and their infrastructure, analyzing
snapshots and improving performance. Aiming to catch more bugs before they
hit production, I've introduced property-based testing to IntelliJ by
creating a small library called jetCheck
. Recently I've switched to the
Grazie  project and now
I do some rule-based computational linguistics there and enhance the IDE
support for English. As Grazie needs LanguageTool
 and Hunspell, I've also spent some time
rewriting the latter in Java (here in Lucene), and optimizing them both. In
my free time, I like mountain hiking (Munich/Germany is a great location
for that!), and some amateur piano/harmonica playing/singing
.

>