Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
We might chain operators with different max parallelism together if they are set to have the same parallelism initially.
When we decide to rescale the JobGraph vertices (using AdaptiveScheduler), we're gapped by the lowest maxParallelism of the operator chain. This is especially visible with things like CollectSink, TwoPhaseCommitSink, CDC, and a GlobalCommiter with maxParallelism set to 1.
An obvious solution would be to prevent the chaining of operators with different maxParallelism, but we need to double-check this doesn't introduce a breaking change.
Attachments
Issue Links
- is duplicated by
-
FLINK-32022 Source level scaling is not applied to operators with chaining applied
- Closed
- is related to
-
FLINK-31316 FLIP-291: Externalized Declarative Resource Management
- In Progress
- links to