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
Copy file name to clipboardExpand all lines: dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/engine/WorkflowEventBusFireWorker.java
Copy file name to clipboardExpand all lines: dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/engine/task/lifecycle/TaskLifecycleEventType.java
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -29,10 +29,6 @@ public enum TaskLifecycleEventType implements ILifecycleEventType {
29
29
* Dispatch the task instance to target.
30
30
*/
31
31
DISPATCH,
32
-
/**
33
-
* Task instance encounters catastrophic failure(such as initialization failure), it will enter a failed state.
34
-
*/
35
-
FATAL,
36
32
/**
37
33
* The task instance is dispatched to the target executor server.
Copy file name to clipboardExpand all lines: dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/engine/task/lifecycle/event/TaskFatalLifecycleEvent.java
Copy file name to clipboardExpand all lines: dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/engine/task/lifecycle/handler/TaskFatalLifecycleEventHandler.java
Copy file name to clipboardExpand all lines: dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/engine/task/statemachine/AbstractTaskStateAction.java
Copy file name to clipboardExpand all lines: dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/engine/task/statemachine/ITaskStateAction.java
Copy file name to clipboardExpand all lines: dolphinscheduler-master/src/test/java/org/apache/dolphinscheduler/server/master/integration/cases/WorkflowStartTestCase.java
-103Lines changed: 0 additions & 103 deletions
Original file line number
Diff line number
Diff line change
@@ -849,36 +849,6 @@ public void testStartWorkflow_with_oneFailedTask() {
849
849
masterContainer.assertAllResourceReleased();
850
850
}
851
851
852
-
@Test
853
-
@DisplayName("Test start a workflow with one fake task(A) fatal")
0 commit comments