[
https://issues.apache.org/jira/browse/SOLR-6312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14093752#comment-14093752
]
Ramkumar Aiyengar commented on SOLR-6312:
-----------------------------------------
It's unlikely you will see a difference by sending to all replicas instead of
targeting the leaders, as the replicas will internally forward your requests to
the leader anyway, that's the way SolrCloud is designed -- updates always go to
the leader. All CSS is trying to do is save you the extra hop (and some
cpu/latency savings in the process).
> CloudSolrServer doesn't honor updatesToLeaders constructor argument
> -------------------------------------------------------------------
>
> Key: SOLR-6312
> URL: https://issues.apache.org/jira/browse/SOLR-6312
> Project: Solr
> Issue Type: Bug
> Affects Versions: 4.9
> Reporter: Steve Davids
> Fix For: 4.10
>
>
> The CloudSolrServer doesn't use the updatesToLeaders property - all SolrJ
> requests are being sent to the shard leaders.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]