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.