bipinprasad commented on a change in pull request #3346:
URL: https://github.com/apache/storm/pull/3346#discussion_r524189101



##########
File path: 
storm-server/src/main/java/org/apache/storm/scheduler/resource/strategies/scheduling/BaseResourceAwareStrategy.java
##########
@@ -464,9 +524,46 @@ protected SchedulingResult 
scheduleExecutorsOnNodes(List<ExecutorDetails> ordere
         }
         boolean success = searcherState.areAllExecsScheduled();
         LOG.info("scheduleExecutorsOnNodes: Scheduled={} in {} milliseconds, 
state.elapsedtime={}, backtrackCnt={}, topo={}",
-                success, System.currentTimeMillis() - startTimeMilli, 
Time.currentTimeMillis() - searcherState.startTimeMillis,
+                success, Time.currentTimeMillis() - startTimeMilli, 
Time.currentTimeMillis() - searcherState.startTimeMillis,

Review comment:
       First Time should be System, as it is actual clock time.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to