[ https://issues.apache.org/jira/browse/SOLR-9264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15357029#comment-15357029 ]
ASF subversion and git services commented on SOLR-9264: ------------------------------------------------------- Commit 1ce09b482e9370649e9a7421b4961a67e744e46f in lucene-solr's branch refs/heads/branch_6x from [~shalinmangar] [ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=1ce09b4 ] SOLR-9264: Remove unused imports (cherry picked from commit 74c8606) > Optimize ZkController.publishAndWaitForDownStates > ------------------------------------------------- > > Key: SOLR-9264 > URL: https://issues.apache.org/jira/browse/SOLR-9264 > Project: Solr > Issue Type: Improvement > Security Level: Public(Default Security Level. Issues are Public) > Components: SolrCloud > Reporter: Shalin Shekhar Mangar > Assignee: Shalin Shekhar Mangar > Fix For: 6.2, master (7.0) > > Attachments: SOLR-9264.patch, SOLR-9264.patch, SOLR-9264.patch > > > ZkController.publishAndWaitForDownStates keeps looping over all collections > in the cluster state to ensure that every replica hosted on the current node > has been marked as down. This is wasteful when you have a large number of > collections because each access to a non-watched collection gets data from > ZK. Instead, we can watch the interesting collections (i.e. which have > replicas hosted locally) and wait till we see the required state. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org