Re: [PR] SOLR-17144: Do not keep an active thread per core [solr]

2024-02-03 Thread via GitHub
dsmiley merged PR #2236: URL: https://github.com/apache/solr/pull/2236 -- 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.or

Re: [PR] SOLR-17144: Do not keep an active thread per core [solr]

2024-02-02 Thread via GitHub
psalagnac commented on code in PR #2236: URL: https://github.com/apache/solr/pull/2236#discussion_r1476493453 ## solr/core/src/java/org/apache/solr/core/SolrCore.java: ## @@ -2056,8 +2056,10 @@ public UpdateHandler getUpdateHandler() { private final ArrayDeque> _searchers = n

Re: [PR] SOLR-17144: Do not keep an active thread per core [solr]

2024-02-01 Thread via GitHub
cpoerschke commented on code in PR #2236: URL: https://github.com/apache/solr/pull/2236#discussion_r1474418474 ## solr/core/src/java/org/apache/solr/core/SolrCore.java: ## @@ -2056,8 +2056,10 @@ public UpdateHandler getUpdateHandler() { private final ArrayDeque> _searchers =

[PR] SOLR-17144: Do not keep an active thread per core [solr]

2024-01-31 Thread via GitHub
psalagnac opened a new pull request, #2236: URL: https://github.com/apache/solr/pull/2236 https://issues.apache.org/jira/browse/SOLR-17144 # Description Each core in Solr spawns a thread when the core is opened. If we have thousands of unused cores, it means we have