Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.14.0, 1.12.5, 1.13.3
Description
Flink session cluster uses files to store info of jobs after they reach termination with `FileExecutionGraphInfoStore`, each job will generate one file. When the cluster executes many small jobs concurrently, there will be many disk related operations, which will
1> Increase the CPU usage of `Dispatcher`
2> Decrease the performance of the jobs in the cluster.
We hope to improve the disk operations in `FileExecutionGraphInfoStore` to increase the performance of session cluster, or support memory store.
Attachments
Attachments
Issue Links
- links to