You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "Noble Paul (Jira)" <ji...@apache.org> on 2022/06/06 11:14:00 UTC

[jira] [Assigned] (SOLR-16146) Avoid loading all collections during node startup

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

Noble Paul reassigned SOLR-16146:
---------------------------------

    Assignee: Noble Paul

> 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
>          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: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org