zentol commented on a change in pull request #16265:
URL: https://github.com/apache/flink/pull/16265#discussion_r658209768



##########
File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/rpc/RpcUtils.java
##########
@@ -158,6 +158,10 @@ public static String getHostname(RpcService rpcService) {
                 : rpcServiceAddress;
     }
 
+    public static RpcSystem.ForkJoinExecutorConfiguration 
getTestForkJoinExecutorConfiguration() {
+        return new RpcSystem.ForkJoinExecutorConfiguration(1.0, 2, 4);
+    }
+

Review comment:
       hmm there should be more usages; I must've stopped porting them midway 
through.




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


Reply via email to