dsmiley commented on PR #13622:
URL: https://github.com/apache/lucene/pull/13622#issuecomment-2631616345

   Looking back at this, might it have been better to instead wrap 
`TaskExecutor.invokeAll`'s  call of `executor.execute` in a loop to catch 
`RejectedExecutionException` and then don't bother submitting additional work?  
The rationale is that if we see rejection, it's wasteful to continue to submit 
tasks that will almost certainly also reject.


-- 
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: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to