You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Shalin Shekhar Mangar (JIRA)" <ji...@apache.org> on 2015/06/11 08:13:00 UTC

[jira] [Resolved] (SOLR-7660) Avoid redundant 'exists' calls made to ZK while fetching cluster state updates

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

Shalin Shekhar Mangar resolved SOLR-7660.
-----------------------------------------
    Resolution: Fixed

> Avoid redundant 'exists' calls made to ZK while fetching cluster state updates
> ------------------------------------------------------------------------------
>
>                 Key: SOLR-7660
>                 URL: https://issues.apache.org/jira/browse/SOLR-7660
>             Project: Solr
>          Issue Type: Improvement
>          Components: SolrCloud
>            Reporter: Shalin Shekhar Mangar
>            Assignee: Shalin Shekhar Mangar
>            Priority: Minor
>              Labels: difficulty-easy, impact-medium
>             Fix For: 5.3, Trunk
>
>         Attachments: SOLR-7660.patch, SOLR-7660.patch
>
>
> As noted in https://issues.apache.org/jira/browse/SOLR-7636?focusedCommentId=14578332&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14578332
> {quote}
> we have CollectionsHandler -> ZK getChildren (/live_nodes) + ZK read (/clusterstate.json) + ZK getChildren + N * ZK exists (for getIndividualColls) + W * ZK exists + W * getData (for watched collections) + (N-W) * ZK exists + (N-W) * ZK getData (for non-watched collections).
> {quote}
> Some of the ZK exists calls can be avoided without changing the outcome.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org