Re: 8.10.1 Patch release?

2021-10-06 Thread Nhat Nguyen
r the patch > >>>>>>> release. > >>>>>>> > >>>>>>> Bug Fixes > >>>>>>> - > >>>>>>> * LUCENE-10110: MultiCollector now handles single leaf collector > tha

Re: Welcome Michael Gibney as Lucene committer

2021-10-07 Thread Nhat Nguyen
Congrats and welcome, Michael! On Thu, Oct 7, 2021 at 12:27 PM Robert Muir wrote: > Congratulations! > > On Wed, Oct 6, 2021 at 9:34 AM Dawid Weiss wrote: > > > > Hello everyone! > > > > Please welcome Michael Gibney as the latest Lucene committer. Michael > > - it's a tradition for you to intr

Re: [VOTE] Release Lucene 9.0.0 RC3

2021-11-26 Thread Nhat Nguyen
+1 (binding). SUCCESS! [0:14:24.593226] On Fri, Nov 26, 2021 at 11:23 AM Michael Sokolov wrote: > SUCCESS! [0:10:10.031522] > > +1 from me > > On Fri, Nov 26, 2021 at 9:31 AM Adrien Grand wrote: > > > > Please vote for release candidate 3 for Lucene 9.0.0. > > > > The artifacts can be downloade

Re: Welcome Julie Tibshirani to the Lucene PMC

2021-12-01 Thread Nhat Nguyen
Congratulations, Julie! On Wed, Dec 1, 2021 at 1:17 PM Julie Tibshirani wrote: > Thank you everyone. I'm really looking forward to contributing! > > Julie > > On Wed, Dec 1, 2021 at 9:39 AM Michael Wechner > wrote: > >> great to hear, congratulations, Julie! >> >> Am 01.12.21 um 14:29 schrieb M

Re: [VOTE] Release Lucene 9.0.0 RC4

2021-12-02 Thread Nhat Nguyen
+1 SUCCESS! [0:14:41.942350] On Thu, Dec 2, 2021 at 11:45 AM Atri Sharma wrote: > +1 > > > SUCCESS! [0:17:34.54939] > > On Wed, Dec 1, 2021 at 10:27 PM Adrien Grand wrote: > > > > Please vote for release candidate 4 for Lucene 9.0.0 > > > > The artifacts can be downloaded from: > > > https://d

Re: Welcome Haoyu (Patrick) Zhai as Lucene Committer

2021-12-19 Thread Nhat Nguyen
Congrats and welcome, Patrick! On Sun, Dec 19, 2021 at 6:14 PM Ilan Ginzburg wrote: > Welcome Patrick and congrats! > > On Sun, Dec 19, 2021 at 10:36 PM Michael Sokolov > wrote: > > > > Welcome Patrick! > > > > On Sun, Dec 19, 2021 at 3:27 PM Xi Chen > wrote: > > > > > > Congratulations and we

Re: Welcome Guo Feng as Lucene committer

2022-01-26 Thread Nhat Nguyen
Welcome! On Wed, Jan 26, 2022 at 5:02 AM Alan Woodward wrote: > Congratulations and Welcome! > > > On 25 Jan 2022, at 09:09, Adrien Grand wrote: > > > > I'm pleased to announce that Guo Feng has accepted the PMC's > > invitation to become a committer. > > > > Feng, the tradition is that new com

Re: [VOTE] Release Lucene 9.1.0 RC1

2022-03-15 Thread Nhat Nguyen
+1 SUCCESS! [1:44:48.902867] Thanks Julie for being the release manager. On Tue, Mar 15, 2022 at 10:32 AM Adrien Grand wrote: > +1 [1:15:46.282120] > > On Tue, Mar 15, 2022 at 3:19 PM Dawid Weiss wrote: > > > > > Could we change this propertyOrDefault() hack in Gradle to make -D > have higher

Re: [VOTE] Release Lucene 9.1.0 RC2

2022-03-16 Thread Nhat Nguyen
+1 SUCCESS! [1:42:08.893354] On Wed, Mar 16, 2022 at 4:27 PM Julie Tibshirani wrote: > Please vote for release candidate 2 for Lucene 9.1.0 > > The artifacts can be downloaded from: > > https://dist.apache.org/repos/dist/dev/lucene/lucene-9.1.0-RC2-rev-5b522487ba8e0f1002b50a136817ca037aec9686 >

Re: [VOTE] Release Lucene 9.1.0 RC2

2022-03-17 Thread Nhat Nguyen
thMergeOnGetReader" > -Ptests.jvms=8 -Ptests.jvmargs=-XX:TieredStopAtLevel=1 > -Ptests.seed=D6AA47F089920F8A -Ptests.nightly=true -Ptests.badapples=false > -Ptests.file.encoding=US-ASCII > > On Thu, Mar 17, 2022 at 12:05 AM Nhat Nguyen > wrote: > >> +1 >> SUCCES

Re: Welcome Lu Xugang as Lucene committer

2022-06-01 Thread Nhat Nguyen
Congrats, Lu Xugang! On Wed, Jun 1, 2022 at 8:50 AM Greg Miller wrote: > Welcome Lu Xugang! > > On Wed, Jun 1, 2022 at 2:04 PM Mayya Sharipova > wrote: > > > > Congratulations and welcome, Lu Xugang! > > > > On Wed, Jun 1, 2022 at 7:53 AM Jan Høydahl > wrote: > >> > >> Welcome and congratulati

Re: Welcome Chris Hegarty as Lucene committer

2022-06-01 Thread Nhat Nguyen
Welcome, Chris! On Wed, Jun 1, 2022 at 8:49 AM Greg Miller wrote: > Welcome Chris! > > On Wed, Jun 1, 2022 at 2:04 PM Mayya Sharipova > wrote: > > > > Welcome and congratulations, Chris! > > > > On Wed, Jun 1, 2022 at 7:53 AM Jan Høydahl > wrote: > >> > >> Welcome Chris! > >> > >> Jan > >> > >

Re: exposing per-field storage usage

2022-06-13 Thread Nhat Nguyen
Hi Michael, We developed a similar functionality in Elasticsearch. The DiskUsage API estimates the storage of each field by iterating its structures (i.e., inverted index, doc-values, stored fields, etc.) and tracking the number of read-bytes.

Re: exposing per-field storage usage

2022-06-13 Thread Nhat Nguyen
lasticsearch. On Mon, Jun 13, 2022 at 11:27 PM Robert Muir wrote: > On Mon, Jun 13, 2022 at 3:26 PM Nhat Nguyen > wrote: > > > > Hi Michael, > > > > We developed a similar functionality in Elasticsearch. The DiskUsage API > estimates the storage of each field by ite

Re: exposing per-field storage usage

2022-06-14 Thread Nhat Nguyen
I didn't test with TB indices, but the API took around 100-300ms to analyze a GB index. On Tue, Jun 14, 2022 at 11:15 AM Robert Muir wrote: > On Tue, Jun 14, 2022 at 10:37 AM Michael Sokolov > wrote: > > > > Oh, yes that's a clever idea. It seems it would take quite a while > > (tens of minutes

Re: [VOTE] Release Lucene 9.3.0 RC1

2022-07-26 Thread Nhat Nguyen
+1 SUCCESS! [1:30:59.305709] On Mon, Jul 25, 2022 at 8:26 PM Patrick Zhai wrote: > +1 (non-binding) SUCCESS! [0:50:34.448483] > > On Mon, Jul 25, 2022 at 12:26 PM Julie Tibshirani > wrote: > >> +1 SUCCESS! [0:52:18.736747] >> >> Thanks Ignacio for being release manager! >> >> Julie >> >> On Mon

Re: Welcome Vigya Sharma as Lucene committer

2022-07-28 Thread Nhat Nguyen
Welcome, Vigya! On Thu, Jul 28, 2022 at 9:09 AM Dawid Weiss wrote: > > Congratulations and welcome, Vigya! > Dawid > > On Thu, Jul 28, 2022 at 9:34 AM Adrien Grand wrote: > >> I'm pleased to announce that Vigya Sharma has accepted the PMC's >> invitation to become a committer. >> >> Vigya, the

Re: [VOTE] Release Lucene 9.4.2 RC1

2022-11-17 Thread Nhat Nguyen
+1. SUCCESS! [0:40:42.940614] On Thu, Nov 17, 2022 at 9:58 AM Dawid Weiss wrote: > +1. > > SUCCESS! [0:56:24.797915] > > On Thu, Nov 17, 2022 at 3:18 PM Adrien Grand wrote: > > > > Please vote for release candidate 1 for Lucene 9.4.2 > > > > The artifacts can be downloaded from: > > > https://

Re: [VOTE] Release Lucene 9.5.0 RC1

2023-01-25 Thread Nhat Nguyen
+1 SUCCESS! [0:32:28.994347] On Wed, Jan 25, 2023 at 12:51 PM Michael Gibney wrote: > +1 (non-binding) > > SUCCESS! [0:40:14.612076] > > On Wed, Jan 25, 2023 at 1:44 PM Luca Cavanna wrote: > > > > Please vote for release candidate 1 for Lucene 9.5.0 > > > > The artifacts can be downloaded from:

Re: [VOTE] Release Lucene 9.6.0 RC1

2023-05-02 Thread Nhat Nguyen
+1. Thanks Alan! SUCCESS! [0:48:46.465752] On Tue, May 2, 2023 at 11:33 AM Alan Woodward wrote: > Please vote for release candidate 1 for Lucene 9.6.0 > > The artifacts can be downloaded from: > > https://dist.apache.org/repos/dist/dev/lucene/lucene-9.6.0-RC1-rev-246ac4bcbe6c0ea7bebcc4f90b2be05

Re: [VOTE] Release Lucene 9.6.0 RC2

2023-05-04 Thread Nhat Nguyen
+1 SUCCESS! [0:54:22.989202] On Thu, May 4, 2023 at 2:07 PM Patrick Zhai wrote: > (non-binding) +1 > SUCCESS! [0:47:50.033079] > > On Thu, May 4, 2023 at 1:27 PM Greg Miller wrote: > >> +1 SUCCESS! [1:02:49.795869] >> >> Cheers, >> -Greg >> >> On Wed, May 3, 2023 at 5:14 PM Michael McCandless

Re: Welcome Chris Hegarty to the Lucene PMC

2023-06-19 Thread Nhat Nguyen
Congratulations, Chris! On Mon, Jun 19, 2023 at 9:55 AM Mayya Sharipova wrote: > Congratulations Chris! > > On Mon, Jun 19, 2023 at 10:50 AM Greg Miller wrote: > >> Congrats! Welcome Chirs! >> >> On Mon, Jun 19, 2023 at 5:02 AM Michael Sokolov >> wrote: >> >>> Welcome Chris! >>> >>> On Mon, Ju

Re: Welcome Luca Cavanna to the Lucene PMC

2023-10-22 Thread Nhat Nguyen
Congratulations, Luca! On Sun, Oct 22, 2023 at 5:08 PM Anshum Gupta wrote: > Congratulations and welcome, Luca! > > On Thu, Oct 19, 2023 at 10:51 PM Adrien Grand wrote: > >> I'm pleased to announce that Luca Cavanna has accepted an invitation to >> join the Lucene PMC! >> >> Congratulations Luc

Re: Welcome Guo Feng to the Lucene PMC

2023-10-25 Thread Nhat Nguyen
Congrats and welcome, Feng! On Wed, Oct 25, 2023 at 11:09 AM Luca Cavanna wrote: > Congrats and welcome! > > On Wed, Oct 25, 2023 at 7:42 PM Dawid Weiss wrote: > >> >> Congratulations and welcome, Feng! >> Dawid >> >> On Tue, Oct 24, 2023 at 7:04 PM Adrien Grand wrote: >> >>> I'm pleased to an

Re: Welcome Patrick Zhai to the Lucene PMC

2023-11-12 Thread Nhat Nguyen
Congrats, Patrick! On Sun, Nov 12, 2023 at 4:30 AM Michael Sokolov wrote: > Welcome, Patrick! > > On Sun, Nov 12, 2023, 2:12 AM Ignacio Vera wrote: > >> Welcome Patrick! >> >> On Sat, Nov 11, 2023 at 3:29 PM Uwe Schindler wrote: >> >>> Welcome Patrick! >>> >>> Uwe >>> >>> >>> Am 10. November 2

Re: [VOTE] Release Lucene 9.9.0 RC1

2023-11-29 Thread Nhat Nguyen
SUCCESS! [1:11:30.037919] +1. Thanks, Chris! On Wed, Nov 29, 2023 at 8:53 AM Chris Hegarty wrote: > Hi, > > > Please vote for release candidate 1 for Lucene 9.9.0 > > > The artifacts can be downloaded from: > > > https://dist.apache.org/repos/dist/dev/lucene/lucene-9.9.0-RC1-rev-92a5e5b02e0e083

Re: [VOTE] Release Lucene 9.9.0 RC2

2023-11-30 Thread Nhat Nguyen
SUCCESS! [1:22:43.808415] +1 On Thu, Nov 30, 2023 at 6:09 PM Christian Moen wrote: > SUCCESS! [1:49:26.873909] > > +1 > > On Fri, Dec 1, 2023 at 3:09 AM Chris Hegarty > wrote: > >> Please vote for release candidate 2 for Lucene 9.9.0 >> >> >> The artifacts can be downloaded from: >> >> >> http

Re: Welcome Stefan Vodita as Lucene committter

2024-01-18 Thread Nhat Nguyen
Congrats Stefan! On Thu, Jan 18, 2024 at 2:51 PM Tomás Fernández Löbbe wrote: > Congratulations Stefan! > > On Thu, Jan 18, 2024 at 10:45 AM Anshum Gupta > wrote: > >> Congratulations and welcome, Stefan! >> >> On Thu, Jan 18, 2024 at 7:55 AM Michael McCandless < >> luc...@mikemccandless.com> w

Re: [VOTE] Release Lucene 9.9.2 RC1

2024-01-28 Thread Nhat Nguyen
+1 SUCCESS! [1:25:34.735742] On Sun, Jan 28, 2024 at 7:32 AM Jan Høydahl wrote: > +1 > > Only ran smoke tester > > SUCCESS! [0:55:39.348431] > > Jan > > > > 25. jan. 2024 kl. 12:57 skrev Chris Hegarty > : > > > > Please vote for release candidate 1 for Lucene 9.9.2 > > > > The artifacts can be d

Re: Welcome Zhang Chao as Lucene committer

2024-02-22 Thread Nhat Nguyen
Congrats, Chao! On Wed, Feb 21, 2024 at 1:03 PM Anshum Gupta wrote: > Congratulations and welcome, Chao! > > On Tue, Feb 20, 2024 at 9:28 AM Adrien Grand wrote: > >> I'm pleased to announce that Zhang Chao has accepted the PMC's >> invitation to become a committer. >> >> Chao, the tradition is

Re: Welcome Armin Braun as Lucene comitter

2024-07-29 Thread Nhat Nguyen
Congrats, Armin! On Mon, Jul 29, 2024 at 11:08 AM Michael Gibney wrote: > Welcome, Armin! > > On Mon, Jul 29, 2024 at 7:54 AM Gus Heck wrote: > > > > Welcome, Armin! > > > > On Mon, Jul 29, 2024 at 2:14 AM Stefan Vodita > wrote: > >> > >> Welcome, Armin! > >> > >> On Thu, 25 Jul 2024 at 12:08,

Re: Welcome Bruno Roustant as Lucene/Solr committer

2019-11-24 Thread Nhat Nguyen
Congratulations and welcome Bruno! On Sun, Nov 24, 2019 at 10:53 AM Jason Gerlowski wrote: > Welcome Bruno! > > On Sat, Nov 23, 2019 at 9:19 PM Tomoko Uchida > wrote: > > > > Congratulations and welcome! > > > > Tomoko > > > > 2019年11月24日(日) 10:22 Otis Gospodnetić : > > > > > > Hi, > > > > > >

Re: Welcome Houston Putman as Lucene/Solr committer

2019-11-24 Thread Nhat Nguyen
Congratulations and welcome Houston! On Sat, Nov 23, 2019 at 9:18 PM Tomoko Uchida wrote: > Congratulations and welcome! > > Tomoko > > 2019年11月23日(土) 4:15 Christine Poerschke (BLOOMBERG/ LONDON) > : > > > > Welcome Houston! > > > > Christine > > > > From: dev@lucene.apache.org At: 11/14/19 19:3

Re: [VOTE] Release Lucene/Solr 8.4.0 RC1

2019-12-17 Thread Nhat Nguyen
+1 SUCCESS! [0:58:08.302838] On Tue, Dec 17, 2019 at 3:14 PM Anshum Gupta wrote: > +1 > > SUCCESS! [1:21:44.176149] > > On Tue, Dec 17, 2019 at 10:23 AM Adrien Grand wrote: > >> Please vote for release candidate 1 for Lucene/Solr 8.4.0 >> >> The artifacts can be downloaded from: >> >> https://d

Re: [VOTE] Release Lucene/Solr 8.4.0 RC2

2019-12-22 Thread Nhat Nguyen
+1 SUCCESS! [0:57:57.529512] On Sat, Dec 21, 2019 at 6:04 PM Michael Sokolov wrote: > SUCCESS! [1:21:34.167550] > > +1 > > On Fri, Dec 20, 2019 at 2:56 PM Anshum Gupta > wrote: > > > > +1 > > > > SUCCESS! [1:11:53.626393] > > > > The javadocs look good too. > > > > > > On Fri, Dec 20, 2019 at 9

Re: Welcome Nhat Nguyen to the PMC

2020-03-05 Thread Nhat Nguyen
Thank you very much for the warm welcome! On Wed, Mar 4, 2020 at 10:59 AM Jan Høydahl wrote: > Welcome Nhat! > > Jan > > > 3. mar. 2020 kl. 17:34 skrev Adrien Grand : > > > > I am pleased to announce that Nhat Nguyen has accepted the PMC's > in

Re: [VOTE] Release Lucene/Solr 8.5.0 RC1

2020-03-16 Thread Nhat Nguyen
+1 SUCCESS! [0:52:39.991003] On Mon, Mar 16, 2020 at 11:14 AM Cassandra Targett wrote: > I pushed the Solr Ref Guide DRAFT up this morning (thought I did it on > Friday, sorry): https://lucene.apache.org/solr/guide/8_5/. > > Cassandra > On Mar 15, 2020, 6:06 PM -0500, Uwe Schindler , wrote: > >

Re: Welcome Alessandro Benedetti as a Lucene/Solr committer

2020-03-18 Thread Nhat Nguyen
Congratulations and welcome Alessandro! On Wed, Mar 18, 2020 at 9:34 AM Ishan Chattopadhyaya < ichattopadhy...@gmail.com> wrote: > Congratulations Alessandro! > > On Wed, 18 Mar, 2020, 6:43 pm Karl Wright, wrote: > >> Welcome, Alessandro! >> Karl >> >> On Wed, Mar 18, 2020 at 9:01 AM David Smile

Re: [VOTE] Release Lucene/Solr 8.5.1 RC1

2020-04-08 Thread Nhat Nguyen
+1 SUCCESS! [0:52:20.920081] On Wed, Apr 8, 2020 at 6:31 AM Ignacio Vera wrote: > > Please vote for release candidate 1 for Lucene/Solr 8.5.1 > > > The artifacts can be downloaded from: > > > https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-8.5.1-RC1-revedb9fc409398f2c3446883f9f80595c

Re: [VOTE] Release Lucene/Solr 7.7.3 RC1

2020-04-21 Thread Nhat Nguyen
+1 SUCCESS! [0:48:12.629243] On Tue, Apr 21, 2020 at 12:29 PM Michael McCandless < luc...@mikemccandless.com> wrote: > +1 > > SUCCESS! [0:36:47.309043] > > Mike McCandless > > http://blog.mikemccandless.com > > > On Tue, Apr 21, 2020 at 12:22 PM Kevin Risden wrote: > >> +1 SUCCESS! [1:38:36.140

Re: [VOTE] Solr to become a top-level Apache project (TLP)

2020-05-12 Thread Nhat Nguyen
+1 (binding) On Tue, May 12, 2020 at 8:41 AM Steve Rowe wrote: > +1 > > -- > Steve > > > On May 12, 2020, at 3:36 AM, Dawid Weiss wrote: > > > > Dear Lucene and Solr developers! > > > > According to an earlier [DISCUSS] thread on the dev list [2], I am > > calling for a vote on the proposal to

Re: [VOTE] Release Lucene/Solr 8.5.2 RC1

2020-05-22 Thread Nhat Nguyen
+1 SUCCESS! [0:52:43.654791] On Fri, May 22, 2020 at 1:54 PM Uwe Schindler wrote: > Hi, > > I did automated tests with Policeman Jenkins: > https://jenkins.thetaphi.de/job/Lucene-Solr-Release-Tester/32/console > > The result was: > SUCCESS! [1:22:18.339144] > Finished: SUCCESS > > This tests wer

Re: Welcome Mayya Sharipova as Lucene/Solr committer

2020-06-08 Thread Nhat Nguyen
Congratulations and welcome, Mayya! On Mon, Jun 8, 2020 at 2:38 PM Nicholas Knize wrote: > Congrats Mayya and welcome aboard! > > Nicholas Knize, Ph.D., GISP > Geospatial Software Guy | Elasticsearch > Apache Lucene PMC Member and Committer > nkn...@apache.org > > > On Mon, Jun 8, 2020 at 1:30

Re: Welcome Gus Heck as Lucene/Solr committer

2018-11-01 Thread Nhat Nguyen
Welcome Gus! On Thu, Nov 1, 2018 at 12:06 PM Anshum Gupta wrote: > Congratulations and welcome, Gus! > > *  *Anshum > > > On Nov 1, 2018, at 5:22 AM, David Smiley wrote: > > Hi all, > > Please join me in welcoming Gus Heck as the latest Lucene/Solr committer! > > Congratulations and Welcome, G

Re: Welcome Tim Allison as a Lucene/Solr committer

2018-11-02 Thread Nhat Nguyen
Welcome Tim! On Fri, Nov 2, 2018 at 6:33 PM Tommaso Teofili wrote: > Welcome Tim!!! > > Tommaso > Il giorno ven 2 nov 2018 alle ore 22:30 Steve Rowe > ha scritto: > > > > Welcome Tim! > > > > Steve > > > > On Fri, Nov 2, 2018 at 12:20 PM Erick Erickson > wrote: > >> > >> Hi all, > >> > >> Plea

Re: [VOTE] Release Lucene/Solr 7.6.0 RC2

2018-12-10 Thread Nhat Nguyen
+1 SUCCESS! [0:51:48.799726] > On Dec 10, 2018, at 3:13 PM, Kevin Risden wrote: > > +1 SUCCESS! [1:25:32.085654] > > Kevin Risden > > > On Mon, Dec 10, 2018 at 10:26 AM Adrien Grand > wrote: > The two first tests failed but the third one succeeded: SUCCESS! > [2:08

Re: Welcome Ilan Ginzburg as Lucene/Solr committer

2020-06-23 Thread Nhat Nguyen
Congrats and welcome Ilan! On Tue, Jun 23, 2020 at 10:47 AM Christine Poerschke (BLOOMBERG/ LONDON) < cpoersc...@bloomberg.net> wrote: > Welcome Ilan! > > Christine > > From: dev@lucene.apache.org At: 06/22/20 14:45:27 > To: dev@lucene.apache.org > Subject: Re: Welcome Ilan Ginzburg as Lucene/Sol

Re: Welcome Michael Sokolov to the PMC

2020-07-03 Thread Nhat Nguyen
Congrats and welcome Michael! On Fri, Jul 3, 2020 at 4:51 PM Yonik Seeley wrote: > Congrats Michael! > -Yonik > > > On Fri, Jul 3, 2020 at 7:57 AM Adrien Grand wrote: > >> I am pleased to announce that Michael Sokolov has accepted the PMC's >> invitation to join. >> >> Welcome Michael! >> >> --

Re: Welcome Tomoko Uchida to the PMC

2020-07-05 Thread Nhat Nguyen
Congrats Tomoko! On Sun, Jul 5, 2020 at 7:40 AM Erick Erickson wrote: > Welcome Tomoko! > > > On Jul 4, 2020, at 11:25 PM, Shalin Shekhar Mangar < > shalinman...@gmail.com> wrote: > > > > Congratulations and welcome, Tomoko! > > > > On Sat, Jul 4, 2020 at 11:56 AM Adrien Grand wrote: > > I am p

Re: [VOTE] Release Lucene/Solr 8.6.0 RC1

2020-07-09 Thread Nhat Nguyen
+1 SUCCESS! [0:54:06.055156] On Thu, Jul 9, 2020 at 4:18 AM Tomoko Uchida wrote: > +1 > SUCCESS! [0:52:18.261096] > > > > 2020年7月9日(木) 16:21 Dawid Weiss : > >> +1. >> >> SUCCESS! [0:53:24.824080] >> >> On Wed, Jul 8, 2020 at 10:56 AM Bruno Roustant >> wrote: >> > >> > Please vote for release ca

Re: Welcome Atri Sharma to the PMC

2020-08-20 Thread Nhat Nguyen
Welcome Atri! On Thu, Aug 20, 2020 at 5:47 PM Gus Heck wrote: > Welcome! :) > > On Thu, Aug 20, 2020 at 4:44 PM jim ferenczi > wrote: > >> Welcome Atri! >> >> Le jeu. 20 août 2020 à 22:00, Jan Høydahl a >> écrit : >> >>> Welcome Atri! >>> >>> Jan >>> >>> 20. aug. 2020 kl. 20:16 skrev Ishan Cha

Re: [VOTE] Release Lucene/Solr 8.6.2 RC1

2020-08-26 Thread Nhat Nguyen
+1 SUCCESS! [0:52:44.607871] On Wed, Aug 26, 2020 at 12:12 PM Tomoko Uchida wrote: > +1 (non-binding) > SUCCESS! [0:51:55.207272] > > > 2020年8月26日(水) 22:42 Ignacio Vera : > >> Please vote for release candidate 1 for Lucene/Solr 8.6.2 >> >> >> The artifacts can be downloaded from: >> >> >> https

Re: [VOTE] Lucene logo contest, third time's a charm

2020-09-02 Thread Nhat Nguyen
A2, A1 (binding) On Wed, Sep 2, 2020 at 9:50 AM Ryan Ernst wrote: > Each variant is counted separately. This is why we are doing rank choice > voting. So if you are ok with either A2 or A1, specify both in your vote. > See the rules section in my original email. > > On Tue, Sep 1, 2020, 23:00 S

Re: [VOTE] Release Lucene/Solr 8.7.0 RC1

2020-10-30 Thread Nhat Nguyen
+1 (binding) SUCCESS! [0:53:20.894728] On Fri, Oct 30, 2020 at 1:50 PM Michael McCandless < luc...@mikemccandless.com> wrote: > +1 > > > SUCCESS! [0:45:49.703726] > > Mike McCandless > > http://blog.mikemccandless.com > > > On Fri, Oct 30, 2020 at 8:04 AM Ignacio Vera wrote: > >> +1 SUCCESS! [1

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 Juli

Re: Congratulations to the new Lucene PMC Chair, Michael Sokolov!

2021-02-19 Thread Nhat Nguyen
Congratulations, Mike! On Fri, Feb 19, 2021 at 4:13 AM Koji Sekiguchi wrote: > Congratulations Mike! > > Koji > > On 2021/02/18 6:31, Anshum Gupta wrote: > > Every year, the Lucene PMC rotates the Lucene PMC chair and Apache Vice > President position. > > > > This year we nominated and elected M

Re: Welcome Peter Gromov as Lucene committer

2021-04-09 Thread Nhat Nguyen
Welcome Peter! On Fri, Apr 9, 2021 at 1:41 PM Christine Poerschke (BLOOMBERG/ LONDON) < cpoersc...@bloomberg.net> wrote: > Welcome Peter! > > From: dev@lucene.apache.org At: 04/07/21 08:12:00 > To: dev@lucene.apache.org > Subject: Re: Welcome Peter Gromov as Lucene committer > > Thanks for the ho

Re: Release Lucene/Solr 8.9.0 should we have it soon

2021-05-13 Thread Nhat Nguyen
Hi Mayya, I would like to backport LUCENE-9935 , which enables bulk-merge for stored fields with index sort, to 8.x this weekend. The patch is ready , but we prefer to give CI some cycles before bac

Re: Welcome Greg Miller as Lucene committer

2021-05-31 Thread Nhat Nguyen
Welcome, Greg! On Mon, May 31, 2021 at 7:46 AM Mayya Sharipova wrote: > Congratulations and welcome, Greg! > > On Mon, May 31, 2021 at 6:50 AM Jan Høydahl wrote: > >> Welcome, Greg! >> >> Jan >> >> > 29. mai 2021 kl. 21:47 skrev Adrien Grand : >> > >> > I'm pleased to announce that Greg Miller

Re: Welcome Mayya Sharipova to the Lucene PMC

2021-06-28 Thread Nhat Nguyen
Congrats Mayya! On Mon, Jun 28, 2021 at 10:50 AM Dawid Weiss wrote: > > Congratulations, Mayya! > > Dawid > > On Mon, Jun 28, 2021 at 3:17 PM Robert Muir wrote: > >> I am pleased to announce that Mayya has accepted an invitation to join >> the Lucene PMC! >> >> Congratulations, and welcome aboa

Re: New branch and feature freeze for Lucene/Solr 8.10.0

2021-09-15 Thread Nhat Nguyen
Thanks Mayya and Mike! I will backport it to the 8.10 branch. On Wed, Sep 15, 2021 at 10:12 AM Mike Drob wrote: > I think since Tim is out on vacation, it's probably not too late. That > looks like a good fix to have, do we know how long the bug has been present? > > On Wed, Sep 15, 2021 at 7:56

Re: Soften Jira's note when opening new issues?

2021-09-20 Thread Nhat Nguyen
+1 On Mon, Sep 20, 2021 at 8:41 AM Michael Sokolov wrote: > I agree, it's friendlier with the same basic message. > > On Mon, Sep 20, 2021 at 8:25 AM Jan Høydahl wrote: > > > > +1 > > > > Jan > > > > > 20. sep. 2021 kl. 10:32 skrev Adrien Grand : > > > > > > Hello, > > > > > > Jira gives the fo

Re: [VOTE] Release Lucene/Solr 8.10.0 RC1

2021-09-22 Thread Nhat Nguyen
+1 SUCCESS! [1:06:53.158391] On Wed, Sep 22, 2021 at 5:42 PM Cassandra Targett wrote: > OK, they’re fixed in SVN but will take a few minutes to get propagate out > to the site. I’ll check in a little bit after dinner. > On Sep 22, 2021, 4:34 PM -0500, Cassandra Targett , > wrote: > > Because whe

Re: [VOTE] Release Lucene/Solr 8.10.0 RC1

2021-09-23 Thread Nhat Nguyen
Hello, I have found a bad bug where the sort optimization with points can incorrectly skip documents with search_after. This bug occurs in Lucene 8.9 and later. I don't consider it a blocker to require another spin for the current release. Howev

Re: [VOTE] Release Lucene/Solr 8.0.0 RC3

2019-03-07 Thread Nhat Nguyen
+1 SUCCESS! [0:54:05.261238] > On Mar 7, 2019, at 4:44 PM, Adrien Grand wrote: > > +1 SUCCESS! [1:25:54.239684] > > On Thu, Mar 7, 2019 at 5:53 PM jim ferenczi wrote: >> >> Please vote for release candidate 3 for Lucene/Solr 8.0.0 >> >> The artifacts can be downloaded from >> https://dist.a

Re: Welcome Namgyu Kim as Lucene/Solr committer

2019-06-06 Thread Nhat Nguyen
Congrats and welcome Namgyu Kim! On Thu, Jun 6, 2019 at 12:03 PM Tomoko Uchida wrote: > Hi, > > I just contacted Namgyu Kim to ask he noticed this thread. He has > known the Lucene dev-list, but seems failed to subscribe it so far for > some reason. > I would like to restart this thread to invit

Re: [jira] [Commented] (LUCENE-8809) Refresh and rollback concurrently can leave segment states unclosed

2019-05-23 Thread Nhat Nguyen
>> >> Commit 2e16009197ac10149a53eb97e875f89bd3a75472 in lucene-solr's branch >> refs/heads/branch_8_1 from Nhat Nguyen >> [ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=2e16009 ] >> >> LUCENE-8809: Ensure release s

Re: [VOTE] Release Lucene/Solr 7.5.0 RC1

2018-09-19 Thread Nhat Nguyen
+1 SUCCESS! [0:55:45.936280] > On Sep 19, 2018, at 8:56 AM, Tommaso Teofili > wrote: > > +1 > > SUCCESS! [1:23:18.214164] > Il giorno mer 19 set 2018 alle ore 14:39 Adrien Grand > ha scritto: >> >> +1 SUCCESS! [1:30:09.416660] >> >> Le mer. 19 sept. 2018 à 12:21, Andrzej Białecki a écrit :

Re: Congratulations to the new Lucene/Solr PMC chair, Cassandra Targett

2019-01-03 Thread Nhat Nguyen
Congratulations Cassandra! > On Jan 3, 2019, at 6:19 AM, Jason Gerlowski wrote: > > Congrats! > > On Wed, Jan 2, 2019 at 2:09 PM Kevin Risden wrote: >> >> Congrats! >> >> Kevin Risden >> >> On Wed, Jan 2, 2019 at 1:36 PM Anshum Gupta wrote: >>> >>> Congratulations, Cassandra! >>> >>> On

Re: Welcome Nick Knize to the PMC

2019-01-09 Thread Nhat Nguyen
Congratulations Nick! > On Jan 9, 2019, at 10:15 AM, Kevin Risden wrote: > > Congrats Nick! > > Kevin Risden > > On Wed, Jan 9, 2019 at 10:14 AM Ignacio Vera wrote: >> >> Congratulations Nick! >> >> On Wed, Jan 9, 2019 at 4:14 PM Erick Erickson >> wrote: >>> >>> Welcome Nick! >>> >>> On

Re: Welcome Nhat Nguyen as Lucene/Solr committer

2018-06-22 Thread Nhat Nguyen
Jun 18, 2018, 4:42 PM Adrien Grand wrote: > >> Hi all, >> >> Please join me in welcoming Nhat Nguyen as the latest Lucene/Solr >> committer. >> Nhat, it's tradition for you to introduce yourself with a brief bio. >> >> Congratulations and Welcome! >> >> Adrien >> >

Re: [VOTE] Release Lucene 10.0.0 RC3

2024-10-05 Thread Nhat Nguyen
SUCCESS! [1:30:00.371232] +1 On Sat, Oct 5, 2024 at 1:30 PM Chris Hegarty wrote: > > SUCCESS! [1:10:30.653744] > > +1 > > -Chris. > > > > On 5 Oct 2024, at 18:36, Luca Cavanna wrote: > > > > Please vote for release candidate 3 for Lucene 10.0.0 > > > > I published a draft of the release notes

[jira] [Commented] (LUCENE-8558) Adding NumericDocValuesFields is slowing down the indexing process significantly

2018-11-02 Thread Nhat Nguyen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16673866#comment-16673866 ] Nhat Nguyen commented on LUCENE-8558: - [~Chalasani] Good find. Would you lik

[jira] [Commented] (LUCENE-8609) Allow getting consistent docstats from IndexWriter

2018-12-13 Thread Nhat Nguyen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16720453#comment-16720453 ] Nhat Nguyen commented on LUCENE-8609: - +1 to deprecate  maxDoc and num

[jira] [Created] (LUCENE-8442) testPendingDeleteDVGeneration fails with NoSuchFileException

2018-08-01 Thread Nhat Nguyen (JIRA)
Nhat Nguyen created LUCENE-8442: --- Summary: testPendingDeleteDVGeneration fails with NoSuchFileException Key: LUCENE-8442 URL: https://issues.apache.org/jira/browse/LUCENE-8442 Project: Lucene - Core

[jira] [Updated] (LUCENE-8041) All Fields.terms(fld) impls should be O(N) not O(log(N))

2018-06-11 Thread Nhat Nguyen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nhat Nguyen updated LUCENE-8041: Attachment: LUCENE-8041.patch > All Fields.terms(fld) impls should be O(N) not O(lo

[jira] [Commented] (LUCENE-8041) All Fields.terms(fld) impls should be O(N) not O(log(N))

2018-06-11 Thread Nhat Nguyen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16508636#comment-16508636 ] Nhat Nguyen commented on LUCENE-8041: - I submitted a simple patch that repl

[jira] [Created] (LUCENE-8355) IW#writeSomeDocValuesUpdates might open a dropped segment

2018-06-12 Thread Nhat Nguyen (JIRA)
Nhat Nguyen created LUCENE-8355: --- Summary: IW#writeSomeDocValuesUpdates might open a dropped segment Key: LUCENE-8355 URL: https://issues.apache.org/jira/browse/LUCENE-8355 Project: Lucene - Core

[jira] [Comment Edited] (LUCENE-8355) IW#writeSomeDocValuesUpdates might open a dropped segment

2018-06-12 Thread Nhat Nguyen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16510516#comment-16510516 ] Nhat Nguyen edited comment on LUCENE-8355 at 6/13/18 2:0

[jira] [Commented] (LUCENE-8355) IW#writeSomeDocValuesUpdates might open a dropped segment

2018-06-12 Thread Nhat Nguyen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16510519#comment-16510519 ] Nhat Nguyen commented on LUCENE-8355: - /cc [~simonw]

[jira] [Commented] (LUCENE-8355) IW#writeSomeDocValuesUpdates might open a dropped segment

2018-06-13 Thread Nhat Nguyen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16511009#comment-16511009 ] Nhat Nguyen commented on LUCENE-8355: - Thanks [~simonw]

[jira] [Commented] (LUCENE-8164) IndexWriter silently accepts broken payload

2018-06-13 Thread Nhat Nguyen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16511011#comment-16511011 ] Nhat Nguyen commented on LUCENE-8164: - Thanks [~rcmuir]  and [~si

[jira] [Created] (LUCENE-8518) TestIndexWriter#testSoftUpdateDocuments fails in Elastic CI

2018-09-30 Thread Nhat Nguyen (JIRA)
Nhat Nguyen created LUCENE-8518: --- Summary: TestIndexWriter#testSoftUpdateDocuments fails in Elastic CI Key: LUCENE-8518 URL: https://issues.apache.org/jira/browse/LUCENE-8518 Project: Lucene - Core

[jira] [Commented] (LUCENE-8518) TestIndexWriter#testSoftUpdateDocuments fails in Elastic CI

2018-09-30 Thread Nhat Nguyen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16633603#comment-16633603 ] Nhat Nguyen commented on LUCENE-8518: - I believe my analysis is not correct.

[jira] [Updated] (LUCENE-8518) TestIndexWriter#testSoftUpdateDocuments fails in Elastic CI

2018-09-30 Thread Nhat Nguyen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nhat Nguyen updated LUCENE-8518: Attachment: (was: LUCENE-8518.patch) > TestIndexWriter#testSoftUpdateDocuments fails

[jira] [Commented] (LUCENE-8410) Soft delete optimization never kicks in

2018-07-18 Thread Nhat Nguyen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16547793#comment-16547793 ] Nhat Nguyen commented on LUCENE-8410: - +1. LGTM. > Soft delete optimizatio

[jira] [Created] (LUCENE-8414) CI fails TestIndexWriter#testSoftUpdateDocuments

2018-07-18 Thread Nhat Nguyen (JIRA)
Nhat Nguyen created LUCENE-8414: --- Summary: CI fails TestIndexWriter#testSoftUpdateDocuments Key: LUCENE-8414 URL: https://issues.apache.org/jira/browse/LUCENE-8414 Project: Lucene - Core Issue

[jira] [Updated] (LUCENE-8414) CI fails TestIndexWriter#testSoftUpdateDocuments

2018-07-18 Thread Nhat Nguyen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nhat Nguyen updated LUCENE-8414: Attachment: LUCENE-8414-unlucky-schedule.patch > CI fails TestIndexWriter#testSoftUpdateDocume

[jira] [Updated] (LUCENE-8414) CI fails TestIndexWriter#testSoftUpdateDocuments

2018-07-18 Thread Nhat Nguyen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nhat Nguyen updated LUCENE-8414: Description: Elastic CI found the following issue. {noformat} [junit4] Suite

[jira] [Commented] (LUCENE-8414) CI fails TestIndexWriter#testSoftUpdateDocuments

2018-07-18 Thread Nhat Nguyen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16548719#comment-16548719 ] Nhat Nguyen commented on LUCENE-8414: - The problem is that SegmentInfos is acce

[jira] [Assigned] (LUCENE-8414) CI fails TestIndexWriter#testSoftUpdateDocuments

2018-07-18 Thread Nhat Nguyen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nhat Nguyen reassigned LUCENE-8414: --- Assignee: Simon Willnauer > CI fails TestIndexWriter#testSoftUpdateDocume

[jira] [Commented] (LUCENE-8414) CI fails TestIndexWriter#testSoftUpdateDocuments

2018-07-24 Thread Nhat Nguyen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16554552#comment-16554552 ] Nhat Nguyen commented on LUCENE-8414: - Thanks [~simonw]. I committed and backpo

[jira] [Created] (LUCENE-8381) PendingSoftDeletes#onNewReader should adjust

2018-07-03 Thread Nhat Nguyen (JIRA)
Nhat Nguyen created LUCENE-8381: --- Summary: PendingSoftDeletes#onNewReader should adjust Key: LUCENE-8381 URL: https://issues.apache.org/jira/browse/LUCENE-8381 Project: Lucene - Core Issue

[jira] [Updated] (LUCENE-8381) PendingSoftDeletes#onNewReader should adjust soft-delete count

2018-07-03 Thread Nhat Nguyen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nhat Nguyen updated LUCENE-8381: Summary: PendingSoftDeletes#onNewReader should adjust soft-delete count (was: PendingSoftDeletes

[jira] [Commented] (LUCENE-8381) PendingSoftDeletes#onNewReader should adjust soft-delete count

2018-07-03 Thread Nhat Nguyen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16531518#comment-16531518 ] Nhat Nguyen commented on LUCENE-8381: - /cc [~simonw] > PendingSoft

[jira] [Updated] (LUCENE-8381) PendingSoftDeletes#onNewReader should adjust soft-delete count

2018-07-03 Thread Nhat Nguyen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nhat Nguyen updated LUCENE-8381: Attachment: merge-soft-hard-deletes.patch > PendingSoftDeletes#onNewReader should adjust s

[jira] [Commented] (LUCENE-8381) PendingSoftDeletes#onNewReader should adjust soft-delete count

2018-07-03 Thread Nhat Nguyen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16531741#comment-16531741 ] Nhat Nguyen commented on LUCENE-8381: - [~simonw] Thanks for your quick feedback

[jira] [Updated] (LUCENE-8381) PendingSoftDeletes#onNewReader should adjust soft-delete count

2018-07-03 Thread Nhat Nguyen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nhat Nguyen updated LUCENE-8381: Attachment: LUCENE-8381-merge.patch > PendingSoftDeletes#onNewReader should adjust soft-del

[jira] [Updated] (LUCENE-8381) PendingSoftDeletes#onNewReader should adjust soft-delete count

2018-07-03 Thread Nhat Nguyen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nhat Nguyen updated LUCENE-8381: Attachment: LUCENE-8381-inline.patch > PendingSoftDeletes#onNewReader should adjust soft-del

[jira] [Commented] (LUCENE-8381) PendingSoftDeletes#onNewReader should adjust soft-delete count

2018-07-03 Thread Nhat Nguyen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16532192#comment-16532192 ] Nhat Nguyen commented on LUCENE-8381: - [~simonw] Thanks for looking and providi

  1   2   >