yanghua commented on a change in pull request #6759: [FLINK-10247][Metrics] Run 
MetricQueryService in a dedicated actor system
URL: https://github.com/apache/flink/pull/6759#discussion_r221158073
 
 

 ##########
 File path: 
flink-runtime/src/test/java/org/apache/flink/runtime/taskexecutor/TestingTaskExecutorGateway.java
 ##########
 @@ -152,6 +152,10 @@ public void disconnectResourceManager(Exception cause) {
                return FutureUtils.completedExceptionally(new 
UnsupportedOperationException());
        }
 
+       @Override public String getMetricQueryServiceAddress() {
 
 Review comment:
   move `@Override` to a single line.

----------------------------------------------------------------
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

Reply via email to