You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Matyas Orhidi (Jira)" <ji...@apache.org> on 2022/06/22 13:08:00 UTC

[jira] [Closed] (FLINK-27871) Configuration change is undedected on config removal

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

Matyas Orhidi closed FLINK-27871.
---------------------------------
    Resolution: Fixed

> Configuration change is undedected on config removal
> ----------------------------------------------------
>
>                 Key: FLINK-27871
>                 URL: https://issues.apache.org/jira/browse/FLINK-27871
>             Project: Flink
>          Issue Type: Bug
>          Components: Kubernetes Operator
>    Affects Versions: kubernetes-operator-1.0.0
>            Reporter: Matyas Orhidi
>            Assignee: Matyas Orhidi
>            Priority: Major
>             Fix For: kubernetes-operator-1.1.0
>
>
> The Operator does not detect when a configuration entry is removed from the configmap. The equals check in *FlinkConfigManager.updateDefaultConfig* returns *true* incorrectly:
>  
> {{if (newConf.equals(defaultConfig)) {}}
> {{LOG.info("Default configuration did not change, nothing to do...");}}
> {{return;}}
> {{}}}



--
This message was sent by Atlassian Jira
(v8.20.7#820007)