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

   > My belief here is that if server-specific code in ExecutorUtil was moved 
out of SolrJ, this would completely solve the problem. In particular I would 
like to propose moving the isServerPool ThreadLocal to a server-side class.
   
   +1
   
   But I don't want lots of code duplication for `MDCAwareThreadPoolExecutor`.  
Maybe the isServerPool determination should be redesigned.  Namely, The creator 
thread of a MDCAwareThreadPoolExecutor; if it's a "server thread", then so is 
the thread pool and thus its threads likewise.  And startup CoreContainer as a 
server thread too.


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

Reply via email to