[
https://issues.apache.org/jira/browse/SOLR-16146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17550405#comment-17550405
]
ASF subversion and git services commented on SOLR-16146:
--------------------------------------------------------
Commit d2a619768d041ec1349247b1083c7e86c96f93bb in solr's branch
refs/heads/main from Noble Paul
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=d2a619768d0 ]
SOLR-16146: removed unused code
> 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]