Details
-
Improvement
-
Status: Open
-
Blocker
-
Resolution: Unresolved
-
None
-
None
Description
CopyOnWriteInputFormat#createInputSplits is invoked by org.apache.flink.runtime.executiongraph.ExecutionJobVertex in JobManager to create file input splits synchronously.
It's found that in batch mode this will occupy the largest share of job submission time.
So in this PR it will be optimized by creating input splits in thread pool executor asynchronously.
Attachments
Issue Links
- links to