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_r246266214
##########
File path:
flink-runtime/src/test/java/org/apache/flink/runtime/testutils/MiniClusterResource.java
##########
@@ -113,6 +115,7 @@ public void after() {
private void startMiniCluster() throws Exception {
final Configuration configuration = new
Configuration(miniClusterResourceConfiguration.getConfiguration());
+ configuration.setBoolean(ENABLE_QUERYABLE_STATE_PROXY_SERVER,
true);
Review comment:
@eaglewatcherwb Should we enable the queryable-state in somewhere? Or use
Parameterized to test both enabled and disabled scenario
----------------------------------------------------------------
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