[
https://issues.apache.org/jira/browse/SOLR-17144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17813990#comment-17813990
]
ASF subversion and git services commented on SOLR-17144:
--------------------------------------------------------
Commit 3ab16670d13cfc391e61e92320c60e2106245604 in solr's branch
refs/heads/main from Pierre Salagnac
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=3ab16670d13 ]
SOLR-17144: Do not keep an active thread per core (#2236)
Co-authored-by: Pierre Salagnac <[email protected]>
> Each unused core has a dormant but active thread
> ------------------------------------------------
>
> Key: SOLR-17144
> URL: https://issues.apache.org/jira/browse/SOLR-17144
> Project: Solr
> Issue Type: Improvement
> Security Level: Public(Default Security Level. Issues are Public)
> Affects Versions: 8.11, 9.4
> Reporter: Pierre Salagnac
> Priority: Major
> Labels: Performance
> Time Spent: 40m
> Remaining Estimate: 0h
>
> Each Core in SolrCloud spawns a thread to warmup and open new searchers when
> needed.
> In case the Core is inactive for a while, this thread uses some resources for
> no good reason, and may have performance impact when we reach a very high
> number of cores per Solr node.
>
> Simple fix is to spawn this thread on-demande with a short TTL to save some
> memory.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]