Matyas Orhidi created FLINK-27871:
-------------------------------------
Summary: Dynamic 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
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 in this:
{{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)