iprithv opened a new pull request, #4622: URL: https://github.com/apache/solr/pull/4622
after the switch to SolrClientCache (around 9.4), SolrStream (and other TupleStreams) started using clients with a hard 60-second floor for timeouts. This caused TimeoutException: Total timeout 60000 ms elapsed on long-running streaming responses (/export, slow analytic streams, etc.). The header-wait path (listener.get(idleTimeoutMillis, ...)) and per-chunk idle also used the low timeout, so even slow-starting or slowly emitting streams would fail. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
