Github user GJL commented on a diff in the pull request:
https://github.com/apache/flink/pull/5184#discussion_r157876761
--- Diff:
flink-runtime/src/main/java/org/apache/flink/runtime/webmonitor/RestfulGateway.java
---
@@ -92,4 +94,42 @@
* @return Future containing the collection of instance ids and the
corresponding metric query service path
*/
CompletableFuture<Collection<Tuple2<ResourceID, String>>>
requestTaskManagerMetricQueryServicePaths(@RpcTimeout Time timeout);
+
+ /**
+ * Returns the {@link SerializedJobExecutionResult} for a job, or in
case the job failed, the
--- End diff --
Javadoc needs to be updated.
---