Skip to content

[FLINK-38859] Do not apply minimum job vertex parallelism for whole job in native mode#1046

Merged
gyfora merged 1 commit into
apache:mainfrom
gyfora:FLINK-38859
Jan 5, 2026
Merged

[FLINK-38859] Do not apply minimum job vertex parallelism for whole job in native mode#1046
gyfora merged 1 commit into
apache:mainfrom
gyfora:FLINK-38859

Conversation

@gyfora
Copy link
Copy Markdown
Contributor

@gyfora gyfora commented Jan 5, 2026

What is the purpose of the change

There is a logic currently that applies the minimum vertex override as job parallelism which was added to somewhat support autoscaling in standalone mode in a more predictable way. This however is not limited to standalone mode and can lead to strange outcomes in native mode when the user manually sets parallelism overrides.

Brief change log

  • Limit the parallelism change logic to standalone mode
  • Tests

Verifying this change

Unit tests added

Does this pull request potentially affect one of the following parts:

  • Dependencies (does it add or upgrade a dependency): no
  • The public API, i.e., is any changes to the CustomResourceDescriptors:no
  • Core observer or reconciler logic that is regularly executed: no

Documentation

  • Does this pull request introduce a new feature? no

@gyfora gyfora requested review from gaborgsomogyi and mxm January 5, 2026 07:03
@gyfora gyfora merged commit 90edc9c into apache:main Jan 5, 2026
228 of 235 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants