Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Invalid
-
1.15.4
-
None
-
None
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"});