zhangdong7 created FLINK-32202:
----------------------------------
Summary: 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
Environment: 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"});
Reporter: zhangdong7
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?
--
This message was sent by Atlassian Jira
(v8.20.10#820010)