chatman commented on code in PR #2248: URL: https://github.com/apache/solr/pull/2248#discussion_r1481669576
########## solr/core/src/java/org/apache/solr/core/CoreContainer.java: ########## @@ -440,8 +440,9 @@ public CoreContainer(NodeConfig config, CoresLocator locator, boolean asyncSolrC this.allowListUrlChecker = AllowListUrlChecker.create(config); - this.collectorExecutor = ExecutorUtil.newMDCAwareCachedThreadPool(6, - new SolrNamedThreadFactory("searcherCollector")); + this.collectorExecutor = + ExecutorUtil.newMDCAwareCachedThreadPool( + 6, new SolrNamedThreadFactory("searcherCollector")); Review Comment: Thanks @cpoerschke for your review! This is something I'm still wondering about. I'll post a comment on JIRA about the number of threads. -- 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