ruanwenjun commented on code in PR #15751:
URL: 
https://github.com/apache/dolphinscheduler/pull/15751#discussion_r1535216107


##########
dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/operator/BaseTaskExecuteRunnableDispatchOperator.java:
##########
@@ -48,9 +48,10 @@ public void operate(DefaultTaskExecuteRunnable 
taskExecuteRunnable) {
         if (remainTime > 0) {
             taskInstance.setState(TaskExecutionStatus.DELAY_EXECUTION);
             taskInstanceDao.updateById(taskInstance);
-            log.info("Current taskInstance: {} is choose delay execution, 
delay time: {}/s, remainTime: {}/s",
+            log.info("Current taskInstance: {} is choose delay execution, 
delay time: {}/min, remainTime: {}/s",

Review Comment:
   it's OK to log min here, since the input is min.



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

To unsubscribe, e-mail: commits-unsubscr...@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to