Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
0.20.0
-
None
-
None
-
Reviewed
Description
After HADOOP-4305, shouldAssignTasksToTracker and processHeartbeat two methods make a call to System.currentTimeMillis().
This can be avoided by calling it once in heartbeat and passing to both of them.