ZkCmdExecutor

2021-09-22 Thread Mark Miller
I’m checking that I’m not in some old branch somehow … I’d have sweared someone got rid of ZkCmdExecutor. I can’t touch this overseer, I’m dying to see it go, so forgetting about the fact that it’s insane that it goes to zk like this to deal with leadership or that it’s half impervious to interrup

Re: Welcome Ilan Ginzburg to Solr PMC

2021-09-22 Thread Erik Hatcher
Welome Ilan! Erik > On Sep 22, 2021, at 9:32 AM, Ishan Chattopadhyaya > wrote: > > I am pleased to announce that Ilan Ginzburg has accepted the Solr PMC's > invitation to join. > > Congratulations and welcome, Ilan! > ---

Re: PerReplicaStatesIntegrationTest

2021-09-22 Thread Ilan Ginzburg
Not sure Gus I would blame the create collection code. To the best of my recollection, when the create collection call returns the collection IS fully created. This doesn't mean though (and that's the problem IMO) that the cluster state on the node that issued the collection creation call is aware

Re: Welcome Ilan Ginzburg to Solr PMC

2021-09-22 Thread David Smiley
Congrats Ilan! ~ David Smiley Apache Lucene/Solr Search Developer http://www.linkedin.com/in/davidwsmiley On Wed, Sep 22, 2021 at 9:32 AM Ishan Chattopadhyaya < ichattopadhy...@gmail.com> wrote: > I am pleased to announce that Ilan Ginzburg has accepted the Solr PMC's > invitation to join. > >

Re: Welcome Ilan Ginzburg to Solr PMC

2021-09-22 Thread Eric Pugh
Awesome, Ilan! On Wed, Sep 22, 2021 at 1:44 PM Mike Drob wrote: > Welcome, Ilan! > > On Wed, Sep 22, 2021 at 12:40 PM Furkan KAMACI > wrote: > >> Congrats Ilan! >> >> On 22 Sep 2021 Wed at 20:34 Houston Putman wrote: >> >>> Congrats Ilan! >>> >>> On Wed, Sep 22, 2021 at 1:25 PM Anshum Gupta w

Re: Welcome Ilan Ginzburg to Solr PMC

2021-09-22 Thread Mike Drob
Welcome, Ilan! On Wed, Sep 22, 2021 at 12:40 PM Furkan KAMACI wrote: > Congrats Ilan! > > On 22 Sep 2021 Wed at 20:34 Houston Putman wrote: > >> Congrats Ilan! >> >> On Wed, Sep 22, 2021 at 1:25 PM Anshum Gupta wrote: >> >>> Congratulations and welcome, Ilan! >>> >>> On Wed, Sep 22, 2021 at 9:

Re: Welcome Ilan Ginzburg to Solr PMC

2021-09-22 Thread Furkan KAMACI
Congrats Ilan! On 22 Sep 2021 Wed at 20:34 Houston Putman wrote: > Congrats Ilan! > > On Wed, Sep 22, 2021 at 1:25 PM Anshum Gupta wrote: > >> Congratulations and welcome, Ilan! >> >> On Wed, Sep 22, 2021 at 9:14 AM Jan Høydahl >> wrote: >> >>> Congrats, and welcome Ilan! >>> >>> Jan >>> >>> >

Re: Welcome Ilan Ginzburg to Solr PMC

2021-09-22 Thread Houston Putman
Congrats Ilan! On Wed, Sep 22, 2021 at 1:25 PM Anshum Gupta wrote: > Congratulations and welcome, Ilan! > > On Wed, Sep 22, 2021 at 9:14 AM Jan Høydahl wrote: > >> Congrats, and welcome Ilan! >> >> Jan >> >> > 22. sep. 2021 kl. 15:32 skrev Ishan Chattopadhyaya < >> ichattopadhy...@gmail.com>: >

Re: Welcome Ilan Ginzburg to Solr PMC

2021-09-22 Thread Anshum Gupta
Congratulations and welcome, Ilan! On Wed, Sep 22, 2021 at 9:14 AM Jan Høydahl wrote: > Congrats, and welcome Ilan! > > Jan > > > 22. sep. 2021 kl. 15:32 skrev Ishan Chattopadhyaya < > ichattopadhy...@gmail.com>: > > > > I am pleased to announce that Ilan Ginzburg has accepted the Solr PMC's > i

Re: Welcome Ilan Ginzburg to Solr PMC

2021-09-22 Thread Jan Høydahl
Congrats, and welcome Ilan! Jan > 22. sep. 2021 kl. 15:32 skrev Ishan Chattopadhyaya > : > > I am pleased to announce that Ilan Ginzburg has accepted the Solr PMC's > invitation to join. > > Congratulations and welcome, Ilan! > --

[VOTE] Release Lucene/Solr 8.10.0 RC1

2021-09-22 Thread Timothy Potter
Please vote for release candidate 1 for Lucene/Solr 8.10.0 The artifacts can be downloaded from: https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-8.10.0-RC1-rev377e7349979f8e418eacf03f1379b3dfacf7cccb You can run the smoke tester directly with this command: python3 -u dev-tools/scripts/

Re: PerReplicaStatesIntegrationTest

2021-09-22 Thread Gus Heck
> > why it often can’t find the collection it’s currently supposed to be > creating This sounds like things that pestered us while writing TRA tests. IIRC the problem basically comes from 2 things: 1) we return from create collection before the collection is fully created and ready to use, 2) wat

Re: PerReplicaStatesIntegrationTest

2021-09-22 Thread Ishan Chattopadhyaya
Sure, Mark. Noble or I will get to this at the earliest, hopefully by end of this week. Unfortunately, I haven't been paying attention to test failures lately. On Wed, Sep 22, 2021 at 8:09 PM Mark Miller wrote: > Perhaps I just have a unique test running experience, but this test has > been an o

PerReplicaStatesIntegrationTest

2021-09-22 Thread Mark Miller
Perhaps I just have a unique test running experience, but this test has been an outlier failure test in my test runs for months. Given that it’s newer than most tests, I imagine it’s attention grabbing days are on a downslope, so here is a poke if someone wants to check out why it often can’t find

Welcome Ilan Ginzburg to Solr PMC

2021-09-22 Thread Ishan Chattopadhyaya
I am pleased to announce that Ilan Ginzburg has accepted the Solr PMC's invitation to join. Congratulations and welcome, Ilan!

Priorities for fields and Phrases while indexing

2021-09-22 Thread Thamizh Babu
Hi, I am new to SOLR. We have a requirement to prioritize fields and keyword phrases as below: While indexing priority as belowTitle  - Priority 1Short Desc - Priority 2Long Desc - Priority 3 If user types search phrase like “Test Phrase”“Test Phrase” – Priority 1“Test” – Priority 2“Phrase” – Prior