You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Dian Fu (Jira)" <ji...@apache.org> on 2020/07/15 08:44:00 UTC

[jira] [Updated] (FLINK-18426) Incompatible deprecated key type for registration cluster options

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

Dian Fu updated FLINK-18426:
----------------------------
    Fix Version/s:     (was: 1.11.1)
                   1.11.0

> 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.11.0, 1.12.0
>
>
> 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)