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-05 Thread Ishan Chattopadhyaya
Here it is, noble. https://github.com/Fikavec/NewAndModifiedSolrResponseWriters On Mon, 6 Mar, 2023, 7:49 am Noble Paul, wrote: > Hi, > > You can just point me to your repo and I can open a proper PR with that > code > > On Mon, Mar 6, 2023, 9:43 AM Fikavec F wrote: > > > Thanks. In the coming

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-05 Thread Noble Paul
Hi, You can just point me to your repo and I can open a proper PR with that code On Mon, Mar 6, 2023, 9:43 AM Fikavec F wrote: > Thanks. In the coming days I will conduct testing and measurements on real > hardware. >Unfortunately my code is not ready to become part of the project > directl

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-05 Thread Fikavec F
Thanks. In the coming days I will conduct testing and measurements on real hardware.   Unfortunately my code is not ready to become part of the project directly, since this is a very serious place for changes and I am not a Java developer, I am not deeply familiar with the work of internal Solr mec

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-05 Thread Ishan Chattopadhyaya
Wow, that's absolutely fantastic. Would you like to contribute it upstream, maybe a PR? On Sun, 5 Mar, 2023, 9:21 pm Fikavec F, wrote: > Thanks to everyone for your help (especially Mikhail Khludnev and Michael > Gibney)! > >I rewrote JSONResponseWriter using fasterxml jackson library > (com

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-05 Thread Fikavec F
Thanks to everyone for your help (especially Mikhail Khludnev and Michael Gibney)!    I rewrote JSONResponseWriter using fasterxml jackson library (com.fasterxml.jackson.core.JsonGenerator, I took the SmileResponseWriter code as a basis) and added it to the collection as my own queryResponseWriter