[
https://issues.apache.org/jira/browse/SOLR-5349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13795149#comment-13795149
]
ASF subversion and git services commented on SOLR-5349:
-------------------------------------------------------
Commit 1532318 from [email protected] in branch 'dev/branches/branch_4x'
[ https://svn.apache.org/r1532318 ]
SOLR-5349: CloudSolrServer - ZK timeout arguments passed to ZkStateReader are
flipped
> CloudSolrServer - timeout arguments passed to ZkStateReader are flipped
> -----------------------------------------------------------------------
>
> Key: SOLR-5349
> URL: https://issues.apache.org/jira/browse/SOLR-5349
> Project: Solr
> Issue Type: Bug
> Components: clients - java, SolrCloud
> Affects Versions: 4.2.1
> Reporter: Ricardo Merizalde
> Assignee: Shalin Shekhar Mangar
> Priority: Minor
>
> The CloudSolrServer makes the following call:
> ZkStateReader zk = new ZkStateReader(zkHost, zkConnectTimeout,
> zkClientTimeout);
> However, the ZkStateReader constructor is defined like this
> public ZkStateReader(String zkServerAddress, int zkClientTimeout, int
> zkClientConnectTimeout) throws InterruptedException, TimeoutException,
> IOException {
--
This message was sent by Atlassian JIRA
(v6.1#6144)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]