iprithv opened a new issue, #16112: URL: https://github.com/apache/lucene/issues/16112
### Description In concurrent search with timeout in IndexSearcher, when a timeout happens, one slice hits it but still continues processing remaining leaves and keeps failing repeatedly. Other slices also continue running until they hit the timeout on their own. This leads to some unnecessary extra work after the timeout. Would it make sense to stop all slices immediately once any one slice hits the timeout? -- 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]
