Marc Demierre created FLINK-40047:
-------------------------------------

             Summary: Flink 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


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=$()
{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)

Reply via email to