ruanwenjun commented on code in PR #17372:
URL: 
https://github.com/apache/dolphinscheduler/pull/17372#discussion_r2244417143


##########
dolphinscheduler-task-executor/src/main/java/org/apache/dolphinscheduler/task/executor/eventbus/TaskExecutorLifecycleEventRemoteReporter.java:
##########
@@ -138,15 +152,14 @@ public void receiveTaskExecutorLifecycleEventACK(final 
TaskExecutorLifecycleEven
     }
 
     @Override
-    public boolean reassignWorkflowInstanceHost(int taskInstanceId, String 
workflowHost) {
+    public void resetAndReadyChannelEvents(int taskInstanceId) {

Review Comment:
   ```suggestion
       public void onWorkflowInstanceHostChanged(int taskInstanceId) {
   ```



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