You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2013/10/15 14:48:45 UTC

[jira] [Commented] (SOLR-5349) CloudSolrServer - timeout arguments passed to ZkStateReader are flipped

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

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

Commit 1532314 from shalin@apache.org in branch 'dev/trunk'
[ https://svn.apache.org/r1532314 ]

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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org