This is an automated email from the ASF dual-hosted git repository.
xincheng pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new 581a7edad8 modify log msg (#16062)
581a7edad8 is described below
commit 581a7edad80c3bbc8cbe8447c500b818b42043d1
Author: sleo <[email protected]>
AuthorDate: Fri May 24 11:28:49 2024 +0800
modify log msg (#16062)
Co-authored-by: xiangzihao <[email protected]>
---
.../dolphinscheduler/server/master/runner/WorkflowExecuteRunnable.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/WorkflowExecuteRunnable.java
b/dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/WorkflowExecuteRunnable.java
index f49462cdc8..7c27e8c985 100644
---
a/dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/WorkflowExecuteRunnable.java
+++
b/dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/WorkflowExecuteRunnable.java
@@ -1358,7 +1358,7 @@ public class WorkflowExecuteRunnable implements
IWorkflowExecuteRunnable {
}
}
log.info("The dependTasks of task all success, currentTaskCode: {},
dependTaskCodes: {}",
- taskCode, Arrays.toString(completeTaskSet.toArray()));
+ taskCode, Arrays.toString(indirectDepCodeList.toArray()));
return DependResult.SUCCESS;
}