tillrohrmann commented on a change in pull request #10362: 
[FLINK-14792][coordination] Implement TE cluster partition release
URL: https://github.com/apache/flink/pull/10362#discussion_r394493711
 
 

 ##########
 File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/taskexecutor/TaskExecutorGateway.java
 ##########
 @@ -50,7 +51,7 @@
 /**
  * {@link TaskExecutor} RPC gateway interface.
  */
-public interface TaskExecutorGateway extends RpcGateway, 
TaskExecutorOperatorEventGateway {
+public interface TaskExecutorGateway extends RpcGateway, 
TaskExecutorOperatorEventGateway, ClusterPartitionHolder {
 
 Review comment:
   If `ClusterPartitionHolder` is mainly intended to be used by the `RM`, then 
`TaskExecutorGateway` should maybe not implement it directly, so that the 
caller of `ClusterPartitionHolder` does not need to specify a timeout.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to