mateczagany opened a new pull request, #534:
URL: https://github.com/apache/flink-kubernetes-operator/pull/534
## What is the purpose of the change
Standalone mode with HA enabled will call the JobManager entrypoint with a
`--host` argument, but in case there are any dynamic properties in
`JobSpec.args`, this will only be added after those, and thus will be ignored
by the JobManager.
## Brief change log
- Move `--host` to be added before `JobSpec.args` in
`CmdStandaloneJobManagerDecorator.java`
## Verifying this change
- Corresponding unit test changed
- Manually tested in local environment
## Does this pull request potentially affect one of the following parts:
- Dependencies (does it add or upgrade a dependency): (yes / no) no
- The public API, i.e., is any changes to the `CustomResourceDescriptors`:
(yes / no) no
- Core observer or reconciler logic that is regularly executed: (yes / no)
no
## Documentation
- Does this pull request introduce a new feature? (yes / no) no
- If yes, how is the feature documented? (not applicable / docs / JavaDocs
/ not documented) not applicable
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]