StefanRRichter commented on a change in pull request #6702: [FLINK-10135] The
JobManager does not report the cluster-level metrics
URL: https://github.com/apache/flink/pull/6702#discussion_r218473613
##########
File path:
flink-runtime/src/test/java/org/apache/flink/runtime/webmonitor/TestingDispatcherGateway.java
##########
@@ -70,25 +71,26 @@ public TestingDispatcherGateway() {
}
public TestingDispatcherGateway(
- String address,
- String hostname,
- String restAddress,
- Function<JobID, CompletableFuture<Acknowledge>>
cancelJobFunction,
- Function<JobID, CompletableFuture<Acknowledge>>
stopJobFunction,
- Function<JobID, CompletableFuture<? extends
AccessExecutionGraph>> requestJobFunction,
- Function<JobID, CompletableFuture<JobResult>>
requestJobResultFunction,
- Function<JobID, CompletableFuture<JobStatus>>
requestJobStatusFunction,
- Supplier<CompletableFuture<MultipleJobsDetails>>
requestMultipleJobDetailsSupplier,
- Supplier<CompletableFuture<ClusterOverview>>
requestClusterOverviewSupplier,
- Supplier<CompletableFuture<Collection<String>>>
requestMetricQueryServicePathsSupplier,
-
Supplier<CompletableFuture<Collection<Tuple2<ResourceID, String>>>>
requestTaskManagerMetricQueryServicePathsSupplier,
- BiFunction<JobID, JobVertexID,
CompletableFuture<OperatorBackPressureStatsResponse>>
requestOperatorBackPressureStatsFunction,
- BiFunction<JobID, String, CompletableFuture<String>>
triggerSavepointFunction,
- Function<JobGraph, CompletableFuture<Acknowledge>>
submitFunction,
- Supplier<CompletableFuture<Collection<JobID>>>
listFunction,
- int blobServerPort,
- DispatcherId fencingToken,
- Function<JobID,
CompletableFuture<ArchivedExecutionGraph>> requestArchivedJobFunction) {
+ String address,
Review comment:
Unrelated formatting changes.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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