gyfora commented on code in PR #23764:
URL: https://github.com/apache/flink/pull/23764#discussion_r1400201251
##########
flink-kubernetes/src/main/java/org/apache/flink/kubernetes/highavailability/KubernetesLeaderElectionHaServices.java:
##########
@@ -202,11 +199,7 @@ public void internalCleanup() throws Exception {
exception = e;
}
- kubeClient
- .deleteConfigMapsByLabels(
- KubernetesUtils.getConfigMapLabels(
- clusterId,
LABEL_CONFIGMAP_TYPE_HIGH_AVAILABILITY))
- .get();
Review Comment:
Based on your comment, the behaviour of this call changed now.
Previously it would delete both configmaps (cluster + jobId) as they have
the same label. But now only the cluster info ConfigMap will be deleted. Is
that correct?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]