Radim Kolar created MAPREDUCE-5209:
--------------------------------------

             Summary: ShuffleScheduler log message incorrect
                 Key: MAPREDUCE-5209
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5209
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: mrv2
    Affects Versions: 2.0.4-alpha
            Reporter: Radim Kolar
            Priority: Minor


In ShuffleScheduler.java line 361 log message is incorrect, there should be 
"ms" instead of "s".

    LOG.info(host + " freed by " + Thread.currentThread().getName() + " in " + 
             (System.currentTimeMillis()-shuffleStart.get()) + "ms");



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to