Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
I believe we should not automatically change the maxParallelism when the
"scheduler-mode" is set to "reactive", because:
- it magically breaks savepoint compatibility, when you switch between default and reactive scheduler mode
- the maximum parallelism is an orthogonal concern that in my opinion should not be mixed with the scheduler mode. The reactive scheduler should respect the maxParallelism, but it should not set/ change its default value.
Attachments
Issue Links
- relates to
-
FLINK-22234 Read savepoint before creating ExecutionGraph
- Open
- links to