Re: Re: Re: Re: Low untunable default FastWriter output buffer - possible reason for slow single threaded data receiving from Solr on 1Gigabit+ networks while scroll, search etc

2023-03-06 Thread Gus Heck
Keep in mind Yoniks law of half baked patches: "A half-baked patch with no documentation, no tests and no backwards compatibility is better than no patch at all." On Sun, Mar 5, 2023 at 5:43 PM Fikavec F wrote: > Thanks. In the coming days I will conduct testing and measurements on real > hardw

Welcome Andy Webb as Solr committer

2023-03-06 Thread Jan Høydahl
Hi all, I'm pleased to announce that Andy Webb has accepted the PMC's invitation to become a committer. Andy, the tradition is that new committers introduce themselves with a brief bio. Congratulations and welcome! - To unsubsc

Re: Welcome Andy Webb as Solr committer

2023-03-06 Thread Jason Gerlowski
Welcome Andy, and congratulations! On Mon, Mar 6, 2023 at 6:16 AM Jan Høydahl wrote: > > Hi all, > > I'm pleased to announce that Andy Webb has accepted the PMC's > invitation to become a committer. > > Andy, the tradition is that new committers introduce themselves with a > brief bio. > > Congra

Re: preferredLeader is useless during election or node restart

2023-03-06 Thread Pierre Salagnac
I discussed this issue offline with David, and I'm now working on a code change to make the preferredLeader to become the leader when we register a replica. The idea is, when we register a replica from Zookeeper, we check whether it has the preferred leader flag. When true, we tell the current lea

Re: [DISCUSS] Community Virtual Meetup, March 2023

2023-03-06 Thread Jason Gerlowski
Ishan, Dave - I copied the potential discussion topics you mentioned to the wiki page. Of course, that doesn't imply any commitment or pressure - even to attend. Just wanted to bootstrap the list of topics with something. All - reminder to add your own potential discussion topics to the wiki pag

Re: Welcome Andy Webb as Solr committer

2023-03-06 Thread Houston Putman
Welcome Andy! - Houston On Mon, Mar 6, 2023 at 7:31 AM Jason Gerlowski wrote: > Welcome Andy, and congratulations! > > On Mon, Mar 6, 2023 at 6:16 AM Jan Høydahl wrote: > > > > Hi all, > > > > I'm pleased to announce that Andy Webb has accepted the PMC's > > invitation to become a committer. >

Re: Welcome Andy Webb as Solr committer

2023-03-06 Thread Justin Sweeney
Welcome Andy! On Mon, Mar 6, 2023 at 11:05 AM Houston Putman wrote: > Welcome Andy! > > - Houston > > On Mon, Mar 6, 2023 at 7:31 AM Jason Gerlowski > wrote: > > > Welcome Andy, and congratulations! > > > > On Mon, Mar 6, 2023 at 6:16 AM Jan Høydahl > wrote: > > > > > > Hi all, > > > > > > I'm

Re: Welcome Andy Webb as Solr committer

2023-03-06 Thread Kevin Risden
Welcome Andy! Kevin Risden On Mon, Mar 6, 2023 at 11:07 AM Justin Sweeney wrote: > Welcome Andy! > > On Mon, Mar 6, 2023 at 11:05 AM Houston Putman wrote: > > > Welcome Andy! > > > > - Houston > > > > On Mon, Mar 6, 2023 at 7:31 AM Jason Gerlowski > > wrote: > > > > > Welcome Andy, and congr

Re: [DISCUSS] Community Virtual Meetup, March 2023

2023-03-06 Thread Ishan Chattopadhyaya
Thanks Jason On Mon, 6 Mar, 2023, 9:23 pm Jason Gerlowski, wrote: > Ishan, Dave - I copied the potential discussion topics you mentioned > to the wiki page. Of course, that doesn't imply any commitment or > pressure - even to attend. Just wanted to bootstrap the list of > topics with something

Re: [DISCUSS] Community Virtual Meetup, March 2023

2023-03-06 Thread Noble Paul
Can you please attach a calendar invite to that? On Tue, Mar 7, 2023 at 4:05 AM Ishan Chattopadhyaya < ichattopadhy...@gmail.com> wrote: > Thanks Jason > > On Mon, 6 Mar, 2023, 9:23 pm Jason Gerlowski, > wrote: > > > Ishan, Dave - I copied the potential discussion topics you mentioned > > to the

Re: [DISCUSS] Community Virtual Meetup, March 2023

2023-03-06 Thread Ishan Chattopadhyaya
BEGIN:VCALENDAR VERSION:1.0 TZ:+05:30 BEGIN:VEVENT COMPLETED:20230308T21Z DTSTART:20230308T19Z CLASS:PUBLIC DTEND:20230308T21Z LOCATION;CHARSET=GBK;ENCODING=QUOTED-PRINTABLE:http://meet.google.com/fso-aqtw-fdk SUMMARY;CHARSET=GBK;ENCODING=QUOTED-PRINTABLE:2nd Virtual Solr Community meet

Re: Welcome Andy Webb as Solr committer

2023-03-06 Thread Andy Webb
hi all, thank you for the invitation and welcome messages - this has been an unexpected honour! I'm currently Technical Architect for Search at the BBC, based in Manchester, UK. I've been using Solr since about 2012 and made a few small contributions over the last few years - thanks again to all t

Search timeouts; recent Lucene changes

2023-03-06 Thread David Smiley
While reviewing Lucene 9.5 changes coming into Solr, I noticed some changes relating to the ability to specify timeAllowed in Solr on a search query. Solr uses both ExitableDirectoryReader and TimeLimitingCollector from Lucene for this (complementary to each other). Unfortunately, changes in Lucen

Re: Welcome Andy Webb as Solr committer

2023-03-06 Thread David Smiley
Thanks for your contributions Andy; keep'em coming! ~ David Smiley Apache Lucene/Solr Search Developer http://www.linkedin.com/in/davidwsmiley On Mon, Mar 6, 2023 at 2:54 PM Andy Webb wrote: > hi all, thank you for the invitation and welcome messages - this has been > an unexpected honour! > >

Re: Welcome Andy Webb as Solr committer

2023-03-06 Thread Alessandro Benedetti
Welcome on board Andy! Well deserved :) -- *Alessandro Benedetti* Director @ Sease Ltd. *Apache Lucene/Solr Committer* *Apache Solr PMC Member* e-mail: a.benede...@sease.io *Sease* - Information Retrieval Applied Consulting | Training | Open Source Website: Sease.io

Re: [DISCUSS] Language detection in Solr

2023-03-06 Thread Alessandro Benedetti
+1 for delegating to Tika which is a much better place for that (and that they are actively evolving). +1 for deprecating the old and not updated plugins as well (langdetect) Cheers -- *Alessandro Benedetti* Director @ Sease Ltd. *Apache Lucene/Solr Committer* *Apache Solr

RE: Re: Re: Re: Re: Low untunable default FastWriter output buffer - possible reason for slow single threaded data receiving from Solr on 1Gigabit+ networks while scroll, search etc

2023-03-06 Thread Fikavec F
Thank you, you are very kind. I took measurements on two physical servers with a 10 Gigabit link, the speed and time of full fetching 10 Gb collection (one shard; empty "Accept-Encoding: " header; collection with only id and string stored fields) are as follows:original wt=json      -  419 Mb/s fet

Re: Welcome Andy Webb as Solr committer

2023-03-06 Thread Anshum Gupta
Welcome and congratulations, Andy! On Mon, Mar 6, 2023 at 3:16 AM Jan Høydahl wrote: > Hi all, > > I'm pleased to announce that Andy Webb has accepted the PMC's > invitation to become a committer. > > Andy, the tradition is that new committers introduce themselves with a > brief bio. > > Congrat

Re: Re: Re: Re: Re: Low untunable default FastWriter output buffer - possible reason for slow single threaded data receiving from Solr on 1Gigabit+ networks while scroll, search etc

2023-03-06 Thread David Smiley
Fantastic! I really appreciate you working with the community on this one. ~ David Smiley Apache Lucene/Solr Search Developer http://www.linkedin.com/in/davidwsmiley On Mon, Mar 6, 2023 at 6:32 PM Fikavec F wrote: > Thank you, you are very kind. I took measurements on two physical servers > wi

Re: Welcome Andy Webb as Solr committer

2023-03-06 Thread Mikhail Khludnev
Welcome, Andy! On Mon, Mar 6, 2023 at 10:54 PM Andy Webb wrote: > hi all, thank you for the invitation and welcome messages - this has been > an unexpected honour! > > I'm currently Technical Architect for Search at the BBC, based in > Manchester, UK. I've been using Solr since about 2012 and ma