[FLINK-40583] Filter operator keys on the remaining runtime config paths - #1206
Open
Dennis-Mircea wants to merge 1 commit into
Open
[FLINK-40583] Filter operator keys on the remaining runtime config paths#1206Dennis-Mircea wants to merge 1 commit into
Dennis-Mircea wants to merge 1 commit into
Conversation
spuru9
reviewed
Sep 7, 2026
spuru9
left a comment
Contributor
There was a problem hiding this comment.
Looks good, one minor optional cleanup.
Dennis-Mircea
force-pushed
the
FLINK-40583
branch
from
September 8, 2026 15:06
b1f7bcf to
8f435ee
Compare
gyfora
approved these changes
Sep 14, 2026
Contributor
|
can you please rebase for the latest e2e fixes? |
Dennis-Mircea
force-pushed
the
FLINK-40583
branch
from
September 14, 2026 13:05
8f435ee to
5d73ce1
Compare
Contributor
Author
Done! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is the purpose of the change
This PR fixes the possible exchange paths of the operator and autoscaler properties (
kubernetes.operator.*andjob.autoscaler.*) between the operator and the Flink cluster, which may break the current expected behavior or may expose unnecessary sensitivity.Brief change log
AbstractFlinkService- Dropped the operator keys on the JM REST response and on the session job submission, reusingisOperatorControlledKeyfrom [FLINK-40380] Document the runtime configuration and stop jobs from overriding operator config through it #1178 instead of a second copy of the check.FlinkRuntimeConfigurationUtils- Made theisOperatorControlledKeypublic so both paths share one definitionVerifying this change
This change can be verified with the current test and against a real live Flink cluster.
Does this pull request potentially affect one of the following parts:
CustomResourceDescriptors: noDocumentation
Was generative AI tooling used to co-author this PR?