[
https://issues.apache.org/jira/browse/SOLR-4620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13614451#comment-13614451
]
Hardik Upadhyay commented on SOLR-4620:
---------------------------------------
Mark, CloudSolrServer java docs says this.
"
public CloudSolrServer(String zkHost)
throws MalformedURLException
Parameters:
zkHost - The client endpoint of the zookeeper quorum containing the cloud
state, in the form HOST:PORT.
"
The word endpoint here creates impression of single client endpoint only,and
this leads to believe that it accepts only single host in the ensemble.
You made things clear,if possible and if i am not wrong can we please update
the java docs to mention the fact that it accepts comma separated HOST:PORT
list in the ensemble? Humble request !
> CloudSolrServer has single point of failure
> -------------------------------------------
>
> Key: SOLR-4620
> URL: https://issues.apache.org/jira/browse/SOLR-4620
> Project: Solr
> Issue Type: Bug
> Components: SolrCloud
> Reporter: Hardik Upadhyay
> Labels: features, patch
>
> CloudSolrServer (solrj) has single point of failure.If the zookeeper node
> specified into cloud solr server client is down,solr client will fail.
> (Since purpose of zookeeper is to avoid such failures and to provide high
> availability) This seems to be a valid bug,as it violets single point of
> failure.
> Rather CloudSolrServer should accept list of zkHost and should not fail until
> a single zkHost is up.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]