Shalin Shekhar Mangar created SOLR-6651:
-------------------------------------------

             Summary: Fix wrong logging in waitForReplicasToComeUp
                 Key: SOLR-6651
                 URL: https://issues.apache.org/jira/browse/SOLR-6651
             Project: Solr
          Issue Type: Bug
          Components: SolrCloud
    Affects Versions: 4.10
            Reporter: Shalin Shekhar Mangar
            Assignee: Shalin Shekhar Mangar
            Priority: Trivial
             Fix For: 5.0, Trunk


{code}
            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");
{code}

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



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to