ORuteMa commented on issue #14215:
URL: 
https://github.com/apache/dolphinscheduler/issues/14215#issuecomment-1563900840

   I find a similar issue 
https://github.com/apache/dolphinscheduler/issues/13776, we also got log like
   `[ERROR] 2023-05-25 20:27:39.599 +0800 
org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteRunnable:[292] 
- [WorkflowInstance-73][TaskInstance-274] - State event handle error, will 
remove this event: TaskStateEvent(processInstanceId=73, taskInstanceId=274, 
taskCode=9664499146053, status=TaskExecutionStatus{code=1, desc='running'}, 
type=TASK_STATE_CHANGE, key=null, channel=null, context=null)
   org.apache.dolphinscheduler.server.master.event.StateEventHandleError: Task 
state event handle error, due to the task is not in activeTaskProcessorMaps
        at 
org.apache.dolphinscheduler.server.master.event.TaskStateEventHandler.handleStateEvent(TaskStateEventHandler.java:89)
        at 
org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteRunnable.handleEvents(WorkflowExecuteRunnable.java:288)
        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)`
   @Chris-Arith good day, do you have any clue about this issue?


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