JinyLeeChina commented on code in PR #12570:
URL:
https://github.com/apache/dolphinscheduler/pull/12570#discussion_r1007713223
##########
dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/master/runner/WorkflowExecuteThread.java:
##########
@@ -1472,6 +1473,8 @@ private void submitStandByTask() {
long failedTimeInterval = DateUtils.differSec(new
Date(), retryTask.getEndTime());
if ((long) retryTask.getRetryInterval() *
SEC_2_MINUTES_TIME_UNIT > failedTimeInterval) {
logger.info("task name: {} retry waiting has not
exceeded the interval time, and skip submission this time, task id:{}",
task.getName(), task.getId());
+ readyToSubmitTaskQueue.remove(task);
Review Comment:
No, there is no need to print the log when removing, otherwise it is easy to
cause confusion
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]