You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/06/01 05:51:00 UTC

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

    [ https://issues.apache.org/jira/browse/SOLR-16146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17544708#comment-17544708 ] 

ASF subversion and git services commented on SOLR-16146:
--------------------------------------------------------

Commit 51cf9776420b953a48fbea5194b1a4dc0fc39f17 in solr's branch refs/heads/main from Noble Paul
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=51cf9776420 ]

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