Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.10.0
Description
FLINK-11851 introduce dedicated io executor for ClusterEntrypoint and MiniCluster with the the thread num as the cpu cores. However, this could introduce extra regression as we might use fewer threads compared with akka service before, e.g.FLINK-17073 . However, we cannot configure the thread num of the io executor to avoid such regression.
One idea is to introduce such configuration to make the thread nums of io executor of ClusterEntrypoint and MiniCluster configurable.
Attachments
Issue Links
- is caused by
-
FLINK-11851 ClusterEntrypoint provides wrong executor to HaServices
- Closed
- relates to
-
FLINK-17073 Slow checkpoint cleanup causing OOMs
- Closed
- links to