Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.18.0, 1.17.1
Description
PARALLELISM_OVERRIDES are currently only applied when they are part of the JobManager / Cluster configuration.
When this config is provided as part of the JarRunRequestBody it is completely ignored and does not take effect.
The main reason is that the dispatcher reads this value from it's own configuration object and does not include the extra configs passed through the rest request.
This is a blocker for supporting the autoscaler properly for FlinkSessionJobs in the autoscaler