wangyang0918 commented on a change in pull request #11427: [FLINK-15790][k8s] 
Make FlinkKubeClient and its implementations asynchronous
URL: https://github.com/apache/flink/pull/11427#discussion_r402738678
 
 

 ##########
 File path: 
flink-kubernetes/src/main/java/org/apache/flink/kubernetes/configuration/KubernetesConfigOptions.java
 ##########
 @@ -183,6 +183,14 @@
                .withDescription("The user-specified annotations that are set 
to the TaskManager pod. The value could be " +
                        "in the form of a1:v1,a2:v2");
 
+       public static final ConfigOption<Integer> CLIENT_ASYNC_THREAD_POOL_SIZE 
=
 
 Review comment:
   Yes, this is exactly what i want too. Making 
`RpcEndpoint#getRpcService#getExecutor` return custom thread pool for I/O 
related execution is a very good idea. So i will remove this config option now 
and set the default thread pool size to 2.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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