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

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

Commit 1532319 from [email protected] in branch 'dev/branches/lucene_solr_4_5'
[ https://svn.apache.org/r1532319 ]

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
>             Fix For: 4.5.1, 5.0
>
>
> 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]

Reply via email to