[ 
https://issues.apache.org/jira/browse/SOLR-16146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Noble Paul resolved SOLR-16146.
-------------------------------
    Fix Version/s: 9.1
       Resolution: Fixed

> 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
>            Assignee: Noble Paul
>            Priority: Major
>             Fix For: 9.1
>
>          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]

Reply via email to