[ 
https://issues.apache.org/jira/browse/FLINK-32202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

zhangdong7 updated FLINK-32202:
-------------------------------
    Description: 
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?

 

 

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"});

  was: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?


> useless configuration
> ---------------------
>
>                 Key: FLINK-32202
>                 URL: https://issues.apache.org/jira/browse/FLINK-32202
>             Project: Flink
>          Issue Type: Improvement
>          Components: API / Core
>    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?
>  
>  
> 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"});



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

Reply via email to