[
https://issues.apache.org/jira/browse/SOLR-6651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14182790#comment-14182790
]
ASF subversion and git services commented on SOLR-6651:
-------------------------------------------------------
Commit 1634057 from [email protected] in branch 'dev/trunk'
[ https://svn.apache.org/r1634057 ]
SOLR-6651: Fix wrong timeout logged in waitForReplicasToComeUp
> 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]