[
https://issues.apache.org/jira/browse/FLINK-10436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16649891#comment-16649891
]
TisonKun commented on FLINK-10436:
----------------------------------
[~till.rohrmann] Sounds reasonable. It is a bit strange if jobmanager can
somehow replaced by rest. I do a bisect and the commit is
https://github.com/apache/flink/commit/efd7336fa693a9f82b9ecfb5d81c0ef747ab7801
which is authored by [~gjy] and is reviewed by [~till.rohrmann]. Thus I involve
[~gjy] here to hear the original purpose. If we go into the same direction of
Till's thought above, we can revert the
{{.withDeprecatedKeys(JobManagerOptions.ADDRESS.key())}} line.
> Example config uses deprecated key jobmanager.rpc.address
> ---------------------------------------------------------
>
> Key: FLINK-10436
> URL: https://issues.apache.org/jira/browse/FLINK-10436
> Project: Flink
> Issue Type: Sub-task
> Components: Startup Shell Scripts
> Affects Versions: 1.7.0
> Reporter: Ufuk Celebi
> Assignee: TisonKun
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.7.0
>
>
> The example {{flink-conf.yaml}} shipped as part of the Flink distribution
> (https://github.com/apache/flink/blob/master/flink-dist/src/main/resources/flink-conf.yaml)
> has the following entry:
> {code}
> jobmanager.rpc.address: localhost
> {code}
> When using this key, the following deprecation warning is logged.
> {code}
> 2018-09-26 12:01:46,608 WARN org.apache.flink.configuration.Configuration
> - Config uses deprecated configuration key
> 'jobmanager.rpc.address' instead of proper key 'rest.address'
> {code}
> The example config should not use deprecated config options.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)