gaoyunhaii commented on a change in pull request #18737:
URL: https://github.com/apache/flink/pull/18737#discussion_r806589356



##########
File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/highavailability/HighAvailabilityServicesUtils.java
##########
@@ -147,6 +147,7 @@ public static HighAvailabilityServices 
createHighAvailabilityServices(
         }
     }
 
+    // this one

Review comment:
       This seems unnecessary? 

##########
File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/jobgraph/tasks/TaskOperatorEventGateway.java
##########
@@ -48,4 +52,11 @@
      * coordinator (identified by the same ID).
      */
     void sendOperatorEventToCoordinator(OperatorID operator, 
SerializedValue<OperatorEvent> event);
+
+    /**
+     * Send a request from current operator to a specified operator 
coordinator which is identified

Review comment:
       Send -> Sends ? 




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