AHeise commented on a change in pull request #15054: URL: https://github.com/apache/flink/pull/15054#discussion_r605090411
########## File path: flink-runtime/src/main/java/org/apache/flink/runtime/resourcemanager/ResourceManagerGateway.java ########## @@ -266,4 +267,12 @@ void heartbeatFromTaskManager( */ CompletableFuture<ThreadDumpInfo> requestThreadDump( ResourceID taskManagerId, @RpcTimeout Time timeout); + + /** + * Requests the {@link TaskExecutorGateway}. + * + * @param taskManagerId identifying the {@link TaskExecutor}. + * @return Future containing the task executor gateway. + */ + CompletableFuture<TaskExecutorGateway> requestTaskExecutorGateway(ResourceID taskManagerId); Review comment: Now returning only the extracted `TaskExecutorThreadInfoGateway`. -- 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: us...@infra.apache.org