aljoscha 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_r245926622
 
 

 ##########
 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:
   Why do we always have to activate queryable state?

----------------------------------------------------------------
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

Reply via email to