[
https://issues.apache.org/jira/browse/FLINK-40047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marc Demierre updated FLINK-40047:
----------------------------------
Description:
In the Flink operator, when using standalone mode for deployment and enabling
HA, the {{--host}} parameter is set in the args.
This breaks on Flink 2.0+, because this argument was removed.
The replacement should be:
{code:none}
-Djobmanager.rpc.address=$(POD_IP)
{code}
The decorator for standalone should either:
1) Check the version and set -Djobmanager.rpc.address instead on 2.0+
2) Set -Djobmanager.rpc.address for all versions
was:
In the Flink operator, when using standalone mode for deployment and enabling
HA, the {{--host }} parameter is set in the args.
This breaks on Flink 2.0+, because this argument was removed.
The replacement should be:
{code:none}
-Djobmanager.rpc.address=$(POD_IP)
{code}
The decorator for standalone should either:
1) Check the version and set -Djobmanager.rpc.address instead on 2.0+
2) Set -Djobmanager.rpc.address for all versions
> Kubernetes Operator: Standalone mode "--host" usage breaks Flink 2.0+
> ---------------------------------------------------------------------
>
> Key: FLINK-40047
> URL: https://issues.apache.org/jira/browse/FLINK-40047
> Project: Flink
> Issue Type: Bug
> Components: Kubernetes Operator
> Affects Versions: kubernetes-operator-1.15.0
> Reporter: Marc Demierre
> Priority: Major
> Labels: pull-request-available
>
> In the Flink operator, when using standalone mode for deployment and enabling
> HA, the {{--host}} parameter is set in the args.
> This breaks on Flink 2.0+, because this argument was removed.
> The replacement should be:
> {code:none}
> -Djobmanager.rpc.address=$(POD_IP)
> {code}
> The decorator for standalone should either:
> 1) Check the version and set -Djobmanager.rpc.address instead on 2.0+
> 2) Set -Djobmanager.rpc.address for all versions
--
This message was sent by Atlassian Jira
(v8.20.10#820010)