Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.0.4-alpha
-
None
-
Reviewed
Description
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");