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

Fix wrong logging in waitForReplicasToComeUp

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • 4.10
    • 5.0, 6.0
    • SolrCloud
    • None

    Description

                  log.info("Waiting until we see more replicas up for shard " + shardId + ": total="
                    + slices.getReplicasMap().size() + " found=" + found
                    + " timeoutin=" + (timeoutAt - System.nanoTime() / (float)(10^9)) + "ms");
      

      That code isn't calculating the timeout correctly in the logging statement.

      Attachments

        Activity

          People

            shalin Shalin Shekhar Mangar
            shalin Shalin Shekhar Mangar
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: