Response to the first HTTP request in a TCP session takes much longer with Solr 9.x compared to previous versions of Solr

2024-10-31 Thread Litzba, Bernd
Hi all, I have a question regarding Solr 9.x: After we updated to Solr 9.x, we noticed that the first get/post request on a new TCP session takes much longer compared to older versions of Solr (we tested Solr 6.x and 8.x) - but only if this first request is sent via a proxy. Without a proxy So

RE: Re: Boolean Query Builder to generate a query string suitable to use with SolrJ's SolrQuery class.

2024-10-31 Thread Geoffrey Slinker
I looked at solar.cool. It looks like it hasn’t had any changes for a long time. Geoff On 2024/09/04 15:03:34 Charlie Hull wrote: > Maybe get this on https://solr.cool/ ? > > C > > On 04/09/2024 00:14, Geoffrey Slinker wrote: > > https://github.com/gslinker/query-generator > > > > > > If an

Re: Response to the first HTTP request in a TCP session takes much longer with Solr 9.x compared to previous versions of Solr

2024-10-31 Thread Corrado Fiore
Hi, we observed something similar a couple of weeks ago. When requests were being originated not from the same private subnet as Solr’s but from a Kubernetes pod, latency would spike to ~500 msec instead of the usual 2-3 msec. In our case the culprit turned out to be the Java security manag