Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
1.7.2, 1.8.0
Description
The ClusterEntrypoint provides the executor of the common RpcService to the HighAvailabilityServices which uses the executor to run io operations. In I/O heavy cases, this can block all RpcService threads and make the RpcEndpoints running in the respective RpcService unresponsive.
I suggest to introduce a dedicated I/O executor which is used for io heavy operations.
Attachments
Issue Links
- causes
-
FLINK-17248 Make the thread nums of io executor of ClusterEntrypoint and MiniCluster configurable
- Resolved
- links to