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

 ##########
 File path: 
flink-core/src/main/java/org/apache/flink/configuration/HighAvailabilityOptions.java
 ##########
 @@ -87,6 +87,14 @@
                        .withDeprecatedKeys("recovery.jobmanager.port")
                        .withDescription("Optional port (range) used by the job 
manager in high-availability mode.");
 
+       /**
+        * Optional port (range) used by the job manager in high-availability 
mode.
+        */
+       public static final ConfigOption<String> 
HA_JOB_MANAGER_METRIC_QUERY_PORT_RANGE =
 
 Review comment:
   I was thinking that this ports should be specified by users, but seems like 
we can use any free port to run the service.

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


With regards,
Apache Git Services

Reply via email to