klion26 commented on a change in pull request #7412: [FLINK-10866][Runtime] 1.
Explicitly enable qs server and proxy. 2. QS
URL: https://github.com/apache/flink/pull/7412#discussion_r245463212
##########
File path:
flink-core/src/main/java/org/apache/flink/configuration/QueryableStateOptions.java
##########
@@ -106,6 +106,12 @@
.defaultValue(0)
.withDescription("Number of query Threads for queryable
state server. Uses the number of slots if set to 0.");
+ /** Enable Queryable state server and proxy. */
+ public static final ConfigOption<Boolean>
ENABLE_QUERYABLE_STATE_PROXY_SERVER =
+ key("query.enable")
Review comment:
how about changing the key to `query.server.xxx` as above, and the
description to "Option whether ..." as `CheckpointingOptions.ASYNC_SNAPSHOTS`
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services