You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when a task was never executed, it won't be found in activeTaskExecutionRunnable/failureTaskChains/pausedTaskChains/killedTaskChains. isTaskFinish may return a wrong result:
I think there need to mark completed tasks in an explicit manner.
What you expected to happen
...
How to reproduce
set tasks in dag:
a -> b
b -> d
c -> d
when b never executed and c was finished, d will be executed.
Search before asking
What happened
dolphinscheduler/dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/engine/graph/WorkflowExecutionGraph.java
Lines 294 to 296 in 4416548
dolphinscheduler/dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/engine/graph/WorkflowExecutionGraph.java
Lines 165 to 172 in 4416548
when a task was never executed, it won't be found in activeTaskExecutionRunnable/failureTaskChains/pausedTaskChains/killedTaskChains.
isTaskFinish
may return a wrong result:I think there need to mark completed tasks in an explicit manner.
What you expected to happen
...
How to reproduce
set tasks in dag:
a -> b
b -> d
c -> d
when b never executed and c was finished, d will be executed.
Anything else
No response
Version
dev
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: