Gallardot commented on issue #14825: URL: https://github.com/apache/dolphinscheduler/issues/14825#issuecomment-1695365372
``` [ERROR] 2023-08-28 17:22:56.647 +0800 org.apache.dolphinscheduler.extract.base.server.JdkDynamicServerHandler:[84] - [WorkflowInstance-0][TaskInstance-0] - Cannot find the ServerMethodInvoker of : Transporter(header=TransporterHeader(methodIdentifier=public abstract void org.apache.dolphinscheduler.extract.master.ITaskInstanceExecutionEventListener.onTaskInstanceExecutionInfoUpdate(org.apache.dolphinscheduler.extract.master.transportor.TaskInstanceExecutionInfoEvent), opaque=2), body=[123, 34, 97, 114, 103, 115, 34, 58, 91, 34, 101, 121, 74, 48, 89, 88, 78, 114, 83, 87, 53, 122, 100, 71, 70, 117, 89, 50, 86, 74, 90, 67, 73, 54, 77, 121, 119, 105, 99, 72, 74, 118, 89, 50, 86, 122, 99, 48, 108, 117, 99, 51, 82, 104, 98, 109, 78, 108, 83, 87, 81, 105, 79, 106, 73, 115, 73, 110, 78, 48, 89, 88, 74, 48, 86, 71, 108, 116, 90, 83, 73, 54, 77, 84, 89, 53, 77, 122, 73, 120, 78, 68, 85, 51, 78, 106, 85, 121, 78, 67, 119, 105, 97, 71, 57, 122, 100, 67, 73, 54, 73, 106, 69, 119, 76, 106, 69, 53, 77, 105, 52, 52, 78, 121, 52, 121, 77, 106, 69, 54, 77, 84, 73, 122, 78, 67, 73, 115, 73, 109, 120, 118, 90, 49, 66, 104, 100, 71, 103, 105, 79, 109, 53, 49, 98, 71, 119, 115, 73, 110, 66, 121, 98, 50, 78, 108, 99, 51, 78, 74, 90, 67, 73, 54, 77, 67, 119, 105, 90, 88, 90, 108, 98, 110, 82, 68, 99, 109, 86, 104, 100, 71, 86, 85, 97, 87, 49, 108, 73, 106, 111, 119, 76, 67, 74, 108, 100, 109, 86, 117, 100, 70, 78, 108, 98, 109, 82, 85, 97, 87, 49, 108, 73, 106, 111, 119, 102, 81, 61, 61, 34, 93, 44, 34, 97, 114, 103, 115, 84, 121, 112, 101, 115, 34, 58, 91, 34, 111, 114, 103, 46, 97, 112, 97, 99, 104, 101, 46, 100, 111, 108, 112, 104, 105, 110, 115, 99, 104, 101, 100, 117, 108, 101, 114, 46, 101, 120, 116, 114, 97, 99, 116, 46, 109, 97, 115, 116, 101, 114, 46, 116, 114, 97, 110, 115, 112, 111, 114, 116, 111, 114, 46, 84, 97, 115, 107, 73, 110, 115, 116, 97, 110, 99, 101, 69, 120, 101, 99, 117, 116, 105, 111, 110, 73, 110, 102, 111, 69, 118, 101, 110, 116, 34, 93, 125]) [ERROR] 2023-08-28 17:22:56.648 +0800 org.apache.dolphinscheduler.server.worker.rpc.WorkerMessageSender:[68] - [WorkflowInstance-2][TaskInstance-3] - Send message error, eventType: RUNNING_INFO, event: TaskInstanceExecutionInfoEvent(taskInstanceId=3, processInstanceId=2, startTime=1693214576524, host=10.192.87.221:1234, logPath=null, processId=0, eventCreateTime=0, eventSendTime=0) ``` A new cluster was created, and a new workflow was created to execute a shell task that runs 'echo 123;'. The logs show that the worker has run successfully, but an error occurred on the worker. According to the API server, the task is in the dispatching state. -- 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]
