tillrohrmann commented on a change in pull request #16274:
URL: https://github.com/apache/flink/pull/16274#discussion_r670608918



##########
File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/minicluster/MiniClusterConfiguration.java
##########
@@ -35,6 +36,8 @@
 /** Configuration object for the {@link MiniCluster}. */
 public class MiniClusterConfiguration {
 
+    static final int DEFAULT_IO_POOL_SIZE = 8;

Review comment:
       Since the `Dispatcher`/`JobMaster` and the `TaskExecutors` don't share 
the same `ioExecutor` I would even say that we can set the default pool size to 
`4`.




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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to