Hi folks, we're testing Solr 9.7 to upgrade our existing 8.11 stack. We're seeing a problem with long requests: we send `timeAllowed=4900` which works fine on the existing 8.11 and keeps requests to just a few seconds.
With 9.7, however, the flag is basically ignored - requests can take over 30 seconds whether the flag is present or not, which is causing higher CPU load and slowing response times. I've tried setting the flag suggested in https://solr.apache.org/guide/solr/latest/upgrade-notes/major-changes-in-solr-9.html#use-of-timeallowed - but even with solr.useExitableDirectoryReader set we still don't get the desired behaviour. Is there anything else I can try to get the old behaviour back? Thanks