Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Done
-
1.19.0
Description
Currently, for JobVertices without parallelism configured, the AdaptiveBatchScheduler dynamically infers the vertex parallelism based on the volume of input data. Specifically, for Source vertices, it uses the value of `execution.batch.adaptive.auto-parallelism.default-source-parallelism` as the fixed parallelism. If this is not set by the user, the default value of 1 is used as the source parallelism, which is actually a temporary implementation solution.
We aim to support dynamic source parallelism inference for batch jobs. More details see FLIP-379.
Attachments
Issue Links
- is related to
-
FLINK-34356 Release Testing: Verify FLINK-33768 Support dynamic source parallelism inference for batch jobs
- Closed
- links to
- mentioned in
-
Page Loading...