Ethanlm commented on a change in pull request #3218: [STORM-3591] change log 
level to debug for scheduling left over sys tasks
URL: https://github.com/apache/storm/pull/3218#discussion_r384608983
 
 

 ##########
 File path: 
storm-server/src/main/java/org/apache/storm/scheduler/resource/strategies/scheduling/DefaultResourceAwareStrategy.java
 ##########
 @@ -79,7 +79,8 @@ public SchedulingResult schedule(Cluster cluster, 
TopologyDetails td) {
         }
 
         executorsNotScheduled.removeAll(scheduledTasks);
-        LOG.debug("/* Scheduling left over task (most likely sys tasks) */");
+        LOG.debug("Scheduling left over tasks {} (most likely sys tasks) from 
topology {}",
 
 Review comment:
   any idea why this is happening?

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to