ylq5126 commented on issue #15055:
URL: 
https://github.com/apache/dolphinscheduler/issues/15055#issuecomment-1977811919

   > I also have this error, but it is caused by the empty status. I have no 
problem in pseudo-cluster mode. This problem occurs in production cluster, 
could you please tell me how to solve it?
   > 
   > [ERROR] 2024-02-01 15:26:04.471 +0800 
org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteRunnable:[317] 
- [WorkflowInstance-265][TaskInstance-837] - State event handle error, get a 
unknown exception, will retry this event: TaskStateEvent(processInstanceId=265, 
taskInstanceId=837, taskCode=0, status=null, type=TASK_STATE_CHANGE, 
key=267-0-265-837, channel=null, context=null) java.lang.NullPointerException: 
null
   you can try this step
   update t_ds_task_instance set task_execute_type =0 where task_execute_type 
is null;
   update t_ds_task_definition set task_execute_type =0 where task_execute_type 
is null;
   update t_ds_task_definition_log set task_execute_type =0 where 
task_execute_type is null;
   


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