You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/01/08 09:29:28 UTC

[GitHub] aljoscha commented on a change in pull request #7412: [FLINK-10866][Runtime] 1. Explicitly enable qs server and proxy. 2. QS

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:
users@infra.apache.org


With regards,
Apache Git Services