Radeity commented on code in PR #14361:
URL:
https://github.com/apache/dolphinscheduler/pull/14361#discussion_r1232206398
##########
dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/WorkflowExecuteRunnable.java:
##########
@@ -672,6 +672,10 @@ 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());
Review Comment:
```suggestion
log.info("complementListDate is empty, process complement
end. process id:{}", processInstance.getId());
```
--
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]