[ 
https://issues.apache.org/jira/browse/FLINK-18426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Till Rohrmann closed FLINK-18426.
---------------------------------
    Resolution: Fixed

Fixed via

1.12.0: ca534016f90efd348bc9596671f067f99ff3ae19
1.11.1: 62c7265522fcf1b708b4906d5d74e40188a80f28

> Incompatible deprecated key type for registration cluster options 
> ------------------------------------------------------------------
>
>                 Key: FLINK-18426
>                 URL: https://issues.apache.org/jira/browse/FLINK-18426
>             Project: Flink
>          Issue Type: Bug
>          Components: Runtime / Configuration, Runtime / Coordination
>    Affects Versions: 1.11.0
>            Reporter: Till Rohrmann
>            Assignee: Till Rohrmann
>            Priority: Critical
>              Labels: pull-request-available
>             Fix For: 1.12.0, 1.11.1
>
>
> With FLINK-15827 we deprecated unused {{TaskManagerOptions}}. As part of this 
> deprecation, we added them as deprecated keys for a couple of 
> {{ClusterOptions}}. The problem is that the deprecated keys are of type 
> {{Duration}} whereas the valid options are of type {{Long}}. Hence, the 
> system will fail if a deprecated config option has been configured because it 
> cannot be parsed as a long.
> In order to solve the problem, I propose to remove the deprecated keys from 
> the new {{ClusterOptions}}.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to