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

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

Commit dd04b6173955d55348b3abaec4c2a3e875e12487 in lucene-solr's branch 
refs/heads/branch_6x from [~shalinmangar]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=dd04b61 ]

SOLR-8745: Deprecate costly ZkStateReader.updateClusterState(), replace with a 
narrow forceUpdateCollection(collection)
(cherry picked from commit 093a8ce)


> Deprecate ZkStateReader.updateClusterState(), remove uses
> ---------------------------------------------------------
>
>                 Key: SOLR-8745
>                 URL: https://issues.apache.org/jira/browse/SOLR-8745
>             Project: Solr
>          Issue Type: Improvement
>          Components: SolrCloud
>    Affects Versions: 5.4.1
>            Reporter: Scott Blum
>            Assignee: Shalin Shekhar Mangar
>              Labels: patch, performance, solrcloud
>         Attachments: SOLR-8745.patch, SOLR-8745.patch
>
>
> Forcing a full ZK cluster state update creates a lot of unnecessary work and 
> load at scale.  We need to deprecate and remove existing callers.
> - The one at the start of ClusterStateUpdater thread is fine, it's a one-time 
> thing.
> - The one in OverseerCollectionMessageHandler is getting removed in SOLR-8722
> - The rest of them can be replaced with a version that only updates a single 
> collection; not everything!
> Patch will be forthcoming.



--
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

Reply via email to