[
https://issues.apache.org/jira/browse/FLINK-27871?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matyas Orhidi updated FLINK-27871:
----------------------------------
Description:
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;}}
{{}}}
was:
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;}}
{{}}}
> 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
> 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)