Re: Welcome Julie Tibshirani as Lucene/Solr committer

2020-11-18 Thread Tomás Fernández Löbbe
Welcome Julie! On Wed, Nov 18, 2020 at 6:59 PM Ilan Ginzburg wrote: > Welcome Julie and congrats! > > On Thu, Nov 19, 2020 at 3:51 AM Julie Tibshirani > wrote: > >> Thank you for the warm welcome! It’s a big honor for me -- I’ve been a >> Lucene fan since the start of my software career. I’m

Re: Welcome Julie Tibshirani as Lucene/Solr committer

2020-11-18 Thread Ilan Ginzburg
Welcome Julie and congrats! On Thu, Nov 19, 2020 at 3:51 AM Julie Tibshirani wrote: > Thank you for the warm welcome! It’s a big honor for me -- I’ve been a > Lucene fan since the start of my software career. I’m excited to contribute > to such a great project. > > I’m a developer at Elastic

Re: Welcome Julie Tibshirani as Lucene/Solr committer

2020-11-18 Thread Julie Tibshirani
Thank you for the warm welcome! It’s a big honor for me -- I’ve been a Lucene fan since the start of my software career. I’m excited to contribute to such a great project. I’m a developer at Elastic focused on core search features. My professional background is in information retrieval and data

Re: Welcome Julie Tibshirani as Lucene/Solr committer

2020-11-18 Thread Ishan Chattopadhyaya
Welcome Julie! On Thu, 19 Nov, 2020, 12:10 am Erick Erickson, wrote: > Welcome Julie! > > > On Nov 18, 2020, at 1:21 PM, Alexandre Rafalovitch > wrote: > > > > Juliet from the house of Elasticsearch meets a interesting, > relevancy-aware committer from the house of Solr. > > > > Such a

Re: Possible resource leak in IndexWriter.deleteAll()/FieldNumbers.clear()

2020-11-18 Thread Michael Froh
Thanks David! Created https://issues.apache.org/jira/browse/LUCENE-9617 and posted a PR: https://github.com/apache/lucene-solr/pull/2088 On Wed, Nov 18, 2020 at 10:26 AM David Smiley wrote: > Thanks for sharing the background of your indexing serialization > shenanigans :-) -- interesting. > >

Re: Possible resource leak in IndexWriter.deleteAll()/FieldNumbers.clear()

2020-11-18 Thread Michael Sokolov
Yeah that sounds as if it would be too expensive. I wasn't quite sure what would be involved.. On Wed, Nov 18, 2020 at 3:56 PM Michael Froh wrote: > > I didn't try creating a new IndexWriter for each batch, but I was assuming > that would be heavier, as it would allocate a new DocumentsWriter,

Re: Possible resource leak in IndexWriter.deleteAll()/FieldNumbers.clear()

2020-11-18 Thread Michael Froh
I didn't try creating a new IndexWriter for each batch, but I was assuming that would be heavier, as it would allocate a new DocumentsWriter, and through that new DocumentsWriterPerThreads. Skimming through the code for DWPT, it looks like there are various pools involved in creating each DWPT's

Re: Possible resource leak in IndexWriter.deleteAll()/FieldNumbers.clear()

2020-11-18 Thread Michael Sokolov
I'm curious if you tried creating a new IndexWriter for each batch? On Wed, Nov 18, 2020 at 1:18 PM Michael Froh wrote: > > I have some code that is kind of abusing IndexWriter.deleteAll(). In short, > I'm basically experimenting with using tiny (one block of joined parent/child > documents)

Re: Welcome Julie Tibshirani as Lucene/Solr committer

2020-11-18 Thread Erick Erickson
Welcome Julie! > On Nov 18, 2020, at 1:21 PM, Alexandre Rafalovitch wrote: > > Juliet from the house of Elasticsearch meets a interesting, relevancy-aware > committer from the house of Solr. > > Such a romantic beginning. Not sure I want to know the end of that heroine's > journey. > > :-)

Re: Possible resource leak in IndexWriter.deleteAll()/FieldNumbers.clear()

2020-11-18 Thread David Smiley
Thanks for sharing the background of your indexing serialization shenanigans :-) -- interesting. I think IndexWriter.deleteAll() should ultimately reset lowestUnassignedFieldNumber. globalFieldNumberMap.clear() is only called by deleteAll, so this simple proposal makes sense to me. File a JIRA

Re: Welcome Julie Tibshirani as Lucene/Solr committer

2020-11-18 Thread Alexandre Rafalovitch
Juliet from the house of Elasticsearch meets a interesting, relevancy-aware committer from the house of Solr. Such a romantic beginning. Not sure I want to know the end of that heroine's journey. :-) On Wed., Nov. 18, 2020, 12:59 p.m. Dawid Weiss, wrote: > > Congratulations and welcome,

Possible resource leak in IndexWriter.deleteAll()/FieldNumbers.clear()

2020-11-18 Thread Michael Froh
I have some code that is kind of abusing IndexWriter.deleteAll(). In short, I'm basically experimenting with using tiny (one block of joined parent/child documents) indexes as a serialized format to index on one fleet and then merge these tiny indexes on another fleet. I'm doing this by indexing a

Re: Welcome Julie Tibshirani as Lucene/Solr committer

2020-11-18 Thread Yonik Seeley
Congrats Julie! -Yonik On Wed, Nov 18, 2020 at 10:07 AM Michael Sokolov wrote: > I'm pleased to announce that Julie Tibshirani has accepted the PMC's > invitation to become a committer. > > Julie, the tradition is that new committers introduce themselves with > a brief bio. > > I think we may

Re: Welcome Julie Tibshirani as Lucene/Solr committer

2020-11-18 Thread Dawid Weiss
Congratulations and welcome, Julie. I think juliet is not a bad nick at all, you just need to who -all | grep "romeo"... :) Dawid On Wed, Nov 18, 2020 at 4:08 PM Michael Sokolov wrote: > I'm pleased to announce that Julie Tibshirani has accepted the PMC's > invitation to become a committer. >

Re: Welcome Julie Tibshirani as Lucene/Solr committer

2020-11-18 Thread David Smiley
Congratulations Julie! ~ David Smiley Apache Lucene/Solr Search Developer http://www.linkedin.com/in/davidwsmiley On Wed, Nov 18, 2020 at 10:08 AM Michael Sokolov wrote: > I'm pleased to announce that Julie Tibshirani has accepted the PMC's > invitation to become a committer. > > Julie, the

Re: Welcome Julie Tibshirani as Lucene/Solr committer

2020-11-18 Thread Anshum Gupta
Congratulations and welcome, Julie! :) On Wed, Nov 18, 2020 at 7:07 AM Michael Sokolov wrote: > I'm pleased to announce that Julie Tibshirani has accepted the PMC's > invitation to become a committer. > > Julie, the tradition is that new committers introduce themselves with > a brief bio. > > I

Re: Welcome Julie Tibshirani as Lucene/Solr committer

2020-11-18 Thread Nhat Nguyen
Congrats and welcome Julie! On Wed, Nov 18, 2020 at 11:32 AM Mike Drob wrote: > Congratulations and welcome, Julie! > > On Wed, Nov 18, 2020 at 8:29 AM Christian Moen wrote: > >> Congrats, Julie. >> >> On Thu, Nov 19, 2020 at 0:07 Michael Sokolov wrote: >> >>> I'm pleased to announce that

Re: Welcome Julie Tibshirani as Lucene/Solr committer

2020-11-18 Thread Mike Drob
Congratulations and welcome, Julie! On Wed, Nov 18, 2020 at 8:29 AM Christian Moen wrote: > Congrats, Julie. > > On Thu, Nov 19, 2020 at 0:07 Michael Sokolov wrote: > >> I'm pleased to announce that Julie Tibshirani has accepted the PMC's >> invitation to become a committer. >> >> Julie, the

Re: Welcome Julie Tibshirani as Lucene/Solr committer

2020-11-18 Thread Christian Moen
Congrats, Julie. On Thu, Nov 19, 2020 at 0:07 Michael Sokolov wrote: > I'm pleased to announce that Julie Tibshirani has accepted the PMC's > invitation to become a committer. > > Julie, the tradition is that new committers introduce themselves with > a brief bio. > > I think we may still be

Re: Welcome Julie Tibshirani as Lucene/Solr committer

2020-11-18 Thread Steve Rowe
Congrats and welcome, Julie! -- Steve > On Nov 18, 2020, at 10:06 AM, Michael Sokolov wrote: > > I'm pleased to announce that Julie Tibshirani has accepted the PMC's > invitation to become a committer. > > Julie, the tradition is that new committers introduce themselves with > a brief bio. >

Re: Welcome Julie Tibshirani as Lucene/Solr committer

2020-11-18 Thread Alexandre Rafalovitch
Congratulations Julie and welcome, I guess you will have to do a follow-up post to your "Finding a home" entry now :-) https://www.elastic.co/blog/culture-finding-a-home-and-career-in-the-open-source-community Regards, Alex. On Wed, 18 Nov 2020 at 10:07, Michael Sokolov wrote: > > I'm

Re: Welcome Julie Tibshirani as Lucene/Solr committer

2020-11-18 Thread Michael McCandless
Welcome Julie! Mike McCandless http://blog.mikemccandless.com On Wed, Nov 18, 2020 at 11:04 AM Gus Heck wrote: > Congratulations and welcome :) > > On Wed, Nov 18, 2020 at 10:56 AM Houston Putman > wrote: > >> Congrats and welcome Julie!! >> >> - Houston >> >> On Wed, Nov 18, 2020 at 10:30

Re: Welcome Julie Tibshirani as Lucene/Solr committer

2020-11-18 Thread Gus Heck
Congratulations and welcome :) On Wed, Nov 18, 2020 at 10:56 AM Houston Putman wrote: > Congrats and welcome Julie!! > > - Houston > > On Wed, Nov 18, 2020 at 10:30 AM Eric Pugh < > ep...@opensourceconnections.com> wrote: > >> I’ve seen all your contributions, really great stuff. Welcome! >> >>

Re: Welcome Julie Tibshirani as Lucene/Solr committer

2020-11-18 Thread Houston Putman
Congrats and welcome Julie!! - Houston On Wed, Nov 18, 2020 at 10:30 AM Eric Pugh wrote: > I’ve seen all your contributions, really great stuff. Welcome! > > > On Nov 18, 2020, at 10:22 AM, Uwe Schindler wrote: > > Welcome Julie! > > - > Uwe Schindler > Achterdiek 19, D-28357 Bremen >

Re: Welcome Julie Tibshirani as Lucene/Solr committer

2020-11-18 Thread Eric Pugh
I’ve seen all your contributions, really great stuff. Welcome! > On Nov 18, 2020, at 10:22 AM, Uwe Schindler wrote: > > Welcome Julie! > > - > Uwe Schindler > Achterdiek 19, D-28357 Bremen > https://www.thetaphi.de > eMail: u...@thetaphi.de > >> -Original Message- >> From:

RE: Welcome Julie Tibshirani as Lucene/Solr committer

2020-11-18 Thread Uwe Schindler
Welcome Julie! - Uwe Schindler Achterdiek 19, D-28357 Bremen https://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From: Michael Sokolov > Sent: Wednesday, November 18, 2020 4:07 PM > To: dev@lucene.apache.org > Subject: Welcome Julie Tibshirani as Lucene/Solr

Re: Welcome Julie Tibshirani as Lucene/Solr committer

2020-11-18 Thread Shalin Shekhar Mangar
Congratulations and welcome Julie! On Wed, Nov 18, 2020 at 8:38 PM Michael Sokolov wrote: > I'm pleased to announce that Julie Tibshirani has accepted the PMC's > invitation to become a committer. > > Julie, the tradition is that new committers introduce themselves with > a brief bio. > > I

Re: Welcome Julie Tibshirani as Lucene/Solr committer

2020-11-18 Thread Joel Bernstein
Welcome Julie! On Wed, Nov 18, 2020 at 10:14 AM Adrien Grand wrote: > Welcome Julie! > > On Wed, Nov 18, 2020 at 4:09 PM Alan Woodward > wrote: > >> Congratulations and welcome Julie! >> >> > On 18 Nov 2020, at 15:06, Michael Sokolov wrote: >> > >> > I'm pleased to announce that Julie

Re: Welcome Julie Tibshirani as Lucene/Solr committer

2020-11-18 Thread Adrien Grand
Welcome Julie! On Wed, Nov 18, 2020 at 4:09 PM Alan Woodward wrote: > Congratulations and welcome Julie! > > > On 18 Nov 2020, at 15:06, Michael Sokolov wrote: > > > > I'm pleased to announce that Julie Tibshirani has accepted the PMC's > > invitation to become a committer. > > > > Julie, the

Re: Welcome Julie Tibshirani as Lucene/Solr committer

2020-11-18 Thread Alan Woodward
Congratulations and welcome Julie! > On 18 Nov 2020, at 15:06, Michael Sokolov wrote: > > I'm pleased to announce that Julie Tibshirani has accepted the PMC's > invitation to become a committer. > > Julie, the tradition is that new committers introduce themselves with > a brief bio. > > I

Welcome Julie Tibshirani as Lucene/Solr committer

2020-11-18 Thread Michael Sokolov
I'm pleased to announce that Julie Tibshirani has accepted the PMC's invitation to become a committer. Julie, the tradition is that new committers introduce themselves with a brief bio. I think we may still be sorting out the details of your Apache account (julie@ may have been taken?), but as

Re: [JENKINS] Lucene-Solr-8.x-Linux (64bit/jdk-14.0.1) - Build # 5047 - Unstable!

2020-11-18 Thread Dawid Weiss
Can't reproduce (on master) with some beasting: ./gradlew test -p lucene/core --tests TestLatLonPointQueries.testAllLatEqual -Dtests.iters=100 -Dtests.multiplier=3 -Dtests.slow=true On Wed, Nov 18, 2020 at 8:15 AM Policeman Jenkins Server < jenk...@thetaphi.de> wrote: > Build:

Re: [JENKINS] Lucene-Solr-master-Linux (64bit/jdk-15) - Build # 28659 - Still Failing!

2020-11-18 Thread Dawid Weiss
> We should fix these build notification emails where the subject says "failing" and then the subject says "All tests passed" :) This is actually the correct message though -- the tests passed but additional checks didn't. I agree the amount of information and how it's selected should be