Github user tzulitai commented on a diff in the pull request:
https://github.com/apache/flink/pull/4734#discussion_r143973267
--- Diff:
flink-runtime/src/main/java/org/apache/flink/runtime/dispatcher/Dispatcher.java
---
@@ -242,6 +248,86 @@ public void start() throws Exception {
}
@Override
+ public CompletableFuture<JobStatusesWithIdsOverview>
requestJobIdsOverview(@RpcTimeout Time timeout) {
--- End diff --
I think that makes a lot of sense. Will address this.---
