q4q5q6qw commented on issue #15783:
URL: 
https://github.com/apache/dolphinscheduler/issues/15783#issuecomment-2037533992

   ```shell
   [INFO] 2024-04-04 23:30:01.607 +0800 
org.apache.dolphinscheduler.server.master.runner.StateWheelExecuteThread:[209] 
- [WorkflowInstance-197582][TaskInstance-203517] - remove task instance from 
retry check list
   [ERROR] 2024-04-04 23:30:01.607 +0800 
org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteRunnable:[443] 
- [WorkflowInstance-197574][TaskInstance-203510] - Task finish failed, get a 
exception, will remove this taskInstance from completeTaskSet
   java.lang.NullPointerException: null
   [INFO] 2024-04-04 23:30:01.607 +0800 
org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteRunnable:[435] 
- [WorkflowInstance-197582][TaskInstance-203517] - TaskInstance finished will 
try to update the workflow instance state, task code:13046952613441 
state:TaskExecutionStatus{code=6, desc='failure'}
   [ERROR] 2024-04-04 23:30:01.607 +0800 
org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteRunnable:[317] 
- [WorkflowInstance-197574][TaskInstance-203510] - State event handle error, 
get a unknown exception, will retry this event: 
TaskStateEvent(processInstanceId=197574, taskInstanceId=203510, taskCode=0, 
status=TaskExecutionStatus{code=6, desc='failure'}, type=TASK_STATE_CHANGE, 
key=null, channel=null, context=null)
   java.lang.NullPointerException: null
   [INFO] 2024-04-04 23:30:01.607 +0800 
org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteRunnable:[1634] 
- [WorkflowInstance-197582][TaskInstance-203517] - The current process has 
failed task, the current process failed
   [INFO] 2024-04-04 23:30:01.607 +0800 
org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteRunnable:[1740] 
- [WorkflowInstance-197582][TaskInstance-203517] - The workflowInstance is 
failed, the workflow status is WorkflowExecutionStatus{code=6, desc='failure'}
   [ERROR] 2024-04-04 23:30:01.607 +0800 
org.apache.dolphinscheduler.common.thread.ThreadUtils:[62] - 
[WorkflowInstance-197574][TaskInstance-203510] - Current thread sleep error
   java.lang.InterruptedException: sleep interrupted
           at java.lang.Thread.sleep(Native Method)
           at 
org.apache.dolphinscheduler.common.thread.ThreadUtils.sleep(ThreadUtils.java:59)
           at 
org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteRunnable.handleEvents(WorkflowExecuteRunnable.java:320)
           at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
           at java.util.concurrent.FutureTask.run(FutureTask.java:266)
           at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
           at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
           at java.lang.Thread.run(Thread.java:750)
   [INFO] 2024-04-04 23:30:01.607 +0800 
org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteRunnable:[1799] 
- [WorkflowInstance-197582][TaskInstance-203517] - There is no need to update 
the workflow instance state, origin state: WorkflowExecutionStatus{code=6, 
desc='failure'}, target state: WorkflowExecutionStatus{code=6, desc='failure'}
   [INFO] 2024-04-04 23:30:01.607 +0800 
org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteRunnable:[292] 
- [WorkflowInstance-197574][TaskInstance-203510] - Begin to handle state event, 
TaskStateEvent(processInstanceId=197574, taskInstanceId=203510, taskCode=0, 
status=TaskExecutionStatus{code=6, desc='failure'}, type=TASK_STATE_CHANGE, 
key=null, channel=null, context=null)
   [ERROR] 2024-04-04 23:30:01.607 +0800 
org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteRunnable:[443] 
- [WorkflowInstance-197582][TaskInstance-203517] - Task finish failed, get a 
exception, will remove this taskInstance from completeTaskSet
   java.lang.NullPointerException: null
   [INFO] 2024-04-04 23:30:01.607 +0800 
org.apache.dolphinscheduler.server.master.event.TaskStateEventHandler:[54] - 
[WorkflowInstance-197574][TaskInstance-203510] - Handle task instance state 
event, the current task instance state FAILURE will be changed to FAILURE
   [ERROR] 2024-04-04 23:30:01.607 +0800 
org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteRunnable:[317] 
- [WorkflowInstance-197582][TaskInstance-203517] - State event handle error, 
get a unknown exception, will retry this event: 
TaskStateEvent(processInstanceId=197582, taskInstanceId=203517, taskCode=0, 
status=TaskExecutionStatus{code=6, desc='failure'}, type=TASK_STATE_CHANGE, 
key=null, channel=null, context=null)
   java.lang.NullPointerException: null
   [INFO] 2024-04-04 23:30:01.607 +0800 
org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteRunnable:[395] 
- [WorkflowInstance-197574][TaskInstance-203510] - TaskInstance finished task 
code:13046958180545 state:TaskExecutionStatus{code=6, desc='failure'}
   [INFO] 2024-04-04 23:30:01.607 +0800 
org.apache.dolphinscheduler.server.master.runner.StateWheelExecuteThread:[186] 
- [WorkflowInstance-197574][TaskInstance-203510] - remove task instance from 
timeout check list
   
   ``` 


-- 
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]

Reply via email to