Shibi-bala commented on PR #14524:
URL: https://github.com/apache/lucene/pull/14524#issuecomment-2828849510

   @jpountz `IMO Lucene should own how queries execute concurrently instead of 
making it pluggable` then why allow an executor service to be passed in? 
Previously, lucene didn't have control of this because a user's executor 
service could do whatever it wanted with the tasks. Now, control over execution 
is split between the user's executor service and what lucene does on the main 
query thread. 


-- 
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