[
https://issues.apache.org/jira/browse/SOLR-1698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12798551#action_12798551
]
Yonik Seeley commented on SOLR-1698:
------------------------------------
Another problem with the current load balancing algorithm is that if someone
bounces both servers (or there is a temporary loss of network connectivity or
whatever), they won't be marked up again until a successful ping (by default 1
minute later).
Instead, it seems like we should first try all live servers, and then try all
dead servers to see if they are still truly dead before failing a request.
> load balanced distributed search
> --------------------------------
>
> Key: SOLR-1698
> URL: https://issues.apache.org/jira/browse/SOLR-1698
> Project: Solr
> Issue Type: Improvement
> Reporter: Yonik Seeley
> Attachments: SOLR-1698.patch, SOLR-1698.patch, SOLR-1698.patch
>
>
> Provide syntax and implementation of load-balancing across shard replicas.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.