You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/01/19 00:37:59 UTC

[GitHub] leesf commented on a change in pull request #7535: [FLINK-11382] Disable MetricFetcher if interval is configured to 0 an…

leesf commented on a change in pull request #7535: [FLINK-11382] Disable MetricFetcher if interval is configured to 0 an…
URL: https://github.com/apache/flink/pull/7535#discussion_r249223505
 
 

 ##########
 File path: flink-runtime/src/main/java/org/apache/flink/runtime/minicluster/MiniCluster.java
 ##########
 @@ -362,7 +361,9 @@ public void start() throws Exception {
 					resourceManagerGatewayRetriever,
 					blobServer.getTransientBlobService(),
 					executor,
-					MetricFetcherImpl.fromConfiguration(
+					updateInterval == 0 ?
 
 Review comment:
   @TisonKun  thanks for your reviewing. Updated this pr to address your comment.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services