dsmiley commented on PR #1761:
URL: https://github.com/apache/solr/pull/1761#issuecomment-1671963201

   I like Alex's idea of a second thread pool / executor; I think it would mean 
we would not need the explicit expensiveTaskQueue that is fiddly to work with 
and could rely on the more familiar Executor (that has an impl using a queue 
but it's not our code to worry about).  But I don't have a strong opinion.
   
   > This is at the cost of having many dormant threads most of the time.
   
   `org.apache.solr.common.util.ExecutorUtil#newMDCAwareCachedThreadPool(int, 
java.util.concurrent.ThreadFactory)` will not keep unused threads around long; 
only a minute.


-- 
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...@solr.apache.org

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


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

Reply via email to