[ 
https://issues.apache.org/jira/browse/FLINK-32202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17726566#comment-17726566
 ] 

Weihua Hu commented on FLINK-32202:
-----------------------------------

[~zhangdong7] Could you explain more about "but the parameter 
query.server.ports:6125 will be generated when Flink starts"? I couldn't find 
the use of "query.server.ports" in the master branch.

> useless configuration
> ---------------------
>
>                 Key: FLINK-32202
>                 URL: https://issues.apache.org/jira/browse/FLINK-32202
>             Project: Flink
>          Issue Type: Improvement
>          Components: Runtime / Queryable State
>    Affects Versions: 1.15.4
>            Reporter: zhangdong7
>            Priority: Minor
>
> According to the official Flink documentation, the parameter 
> query.server.ports has been replaced by queryable-state.server.ports, but the 
> parameter query.server.ports:6125 will be generated when Flink starts. Is 
> this a historical problem?
>  
> {code:java}
> public static final ConfigOption<String> SERVER_PORT_RANGE = 
> ConfigOptions.key("queryable-state.server.ports").stringType().defaultValue("9067").withDescription("The
>  port range of the queryable state server. The specified range can be a 
> single port: \"9123\", a range of ports: \"50100-50200\", or a list of ranges 
> and ports: \"50100-50200,50300-50400,51234\".").withDeprecatedKeys(new 
> String[]{"query.server.ports"});{code}
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to