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

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

Commit 1631409 from [email protected] in branch 'dev/trunk'
[ https://svn.apache.org/r1631409 ]

SOLR-5852: Add CloudSolrServer helper method to connect to a ZK ensemble

> Add CloudSolrServer helper method to connect to a ZK ensemble
> -------------------------------------------------------------
>
>                 Key: SOLR-5852
>                 URL: https://issues.apache.org/jira/browse/SOLR-5852
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Varun Thacker
>         Attachments: SOLR-5852-SH.patch, SOLR-5852-SH.patch, SOLR-5852.patch, 
> SOLR-5852.patch, SOLR-5852.patch, SOLR-5852.patch, SOLR-5852.patch, 
> SOLR-5852.patch, SOLR-5852_FK.patch, SOLR-5852_FK.patch
>
>
> We should have a CloudSolrServer constructor which takes a list of ZK servers 
> to connect to.
> Something Like 
> {noformat}
> public CloudSolrServer(String... zkHost);
> {noformat}
> - Document the current constructor better to mention that to connect to a ZK 
> ensemble you can pass a comma-delimited list of ZK servers like 
> zk1:2181,zk2:2181,zk3:2181
> - Thirdly should getLbServer() and getZKStatereader() be public?



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to