Skip to content

Commit

Permalink
Update dolphinscheduler-master/src/main/java/org/apache/dolphinschedu…
Browse files Browse the repository at this point in the history
…ler/server/master/runner/WorkflowExecuteRunnable.java

Co-authored-by: Aaron Wang <wangweirao16@gmail.com>
  • Loading branch information
lxorc and Radeity authored Jun 18, 2023
1 parent 75d4393 commit 3db2a80
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,8 @@ public boolean processComplementData() {
Date scheduleDate = processInstance.getScheduleTime();
if (scheduleDate == null) {
if (CollectionUtils.isEmpty(complementListDate)) {
logger.info("complementListDate size is zero, process complement end. process id:{}", processInstance.getId());
log.info("complementListDate is empty, process complement end. process id:{}", processInstance.getId());

return true;
}
scheduleDate = complementListDate.get(0);
Expand Down

0 comments on commit 3db2a80

Please sign in to comment.