Ricardo Merizalde created SOLR-5349:
---------------------------------------

             Summary: 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
            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]

Reply via email to