Re: Re: timeAllowed in Solr 9

2024-11-08 Thread Darren Foreman
I tried the exact same procedure with a solr:8.11.1 container - generally, the query response comes back within 2 seconds. When I reduce timeAllowed in steps, it doesn't have much impact - e.g. with both timeAllowed=1000 and timeAllowed=500, .debug.timing.process.query remains in the 1100-1400 reg

Re: Re: timeAllowed in Solr 9

2024-11-07 Thread Gus Heck
Did you also run this against 8.11 and get shorter times? It has always been possible for timeAllowed to overrun somewhat (the code has to periodically check if limits have been exceeded, and the work between checks isn't going to stop), but if how much it overruns has changed drastically we do wan

RE: Re: timeAllowed in Solr 9

2024-11-07 Thread Darren Foreman
Hi all, I also have little java expertise, but I seem able to replicate the problem locally like this: 1. Downloaded a large CSV: the UK government's "price paid data" CSV for an entire year: http://prod.publicdata.landregistry.gov.uk.s3-website-eu-west-1.amazonaws.com/pp-2019.csv 2.