[
https://issues.apache.org/jira/browse/SOLR-16146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17550406#comment-17550406
]
ASF subversion and git services commented on SOLR-16146:
--------------------------------------------------------
Commit a01e480e2b47ad5d1f65194d329c1d406e76bb55 in solr's branch
refs/heads/branch_9x from Noble Paul
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=a01e480e2b4 ]
SOLR-16146: Avoid loading all collections during node startup (#804)
> Avoid loading all collections during node startup
> -------------------------------------------------
>
> Key: SOLR-16146
> URL: https://issues.apache.org/jira/browse/SOLR-16146
> Project: Solr
> Issue Type: Improvement
> Reporter: Noble Paul
> Priority: Major
> Time Spent: 2.5h
> Remaining Estimate: 0h
>
> ctor of {{ZkController}}
> [initializes|https://github.com/apache/solr/blob/236613f151b605b2c1d4be9422d2019075555265/solr/core/src/java/org/apache/solr/cloud/ZkController.java#L505]]
> {{NodesSysPropsCacher}} which
> [creates|https://github.com/apache/solr/blob/236613f151b605b2c1d4be9422d2019075555265/solr/solrj/src/java/org/apache/solr/client/solrj/impl/SolrClientCloudManager.java#L117]
> a new instance of {{SolrClientNodeStateProvider}} which in turn [reads all
> collections |
> https://github.com/apache/solr/blob/236613f151b605b2c1d4be9422d2019075555265/solr/solrj/src/java/org/apache/solr/client/solrj/impl/SolrClientNodeStateProvider.java#L85]
> . This information is not required at all for normal nodes and it can be
> lazily initialized
--
This message was sent by Atlassian Jira
(v8.20.7#820007)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]