Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-5349

CloudSolrServer - timeout arguments passed to ZkStateReader are flipped

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 4.2.1
    • 4.5.1, 6.0
    • clients - java, SolrCloud
    • None

    Description

      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 {

      Attachments

        Activity

          People

            shalin Shalin Shekhar Mangar
            rmerizalde Ricardo Merizalde
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: