[
https://issues.apache.org/jira/browse/FLINK-26695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17508035#comment-17508035
]
Matthias Pohl commented on FLINK-26695:
---------------------------------------
The exception will be propagated to the calling methods, which would be the
Job-related cleanup and the cluster cleanup in HaServices. The former one will
be covered by the retry logic implemented in the Dispatcher. The latter one
will cause a fatal error in the shutdown of the cluster which is still desired,
I guess.
> Fabric8FlinkKubeClient.deleteConfigMap and deleteConfigMapsByLabels don't
> necessarily fail if the deletion didn't succeed
> -------------------------------------------------------------------------------------------------------------------------
>
> Key: FLINK-26695
> URL: https://issues.apache.org/jira/browse/FLINK-26695
> Project: Flink
> Issue Type: Bug
> Components: Deployment / Kubernetes, Runtime / Coordination
> Affects Versions: 1.15.0, 1.16.0
> Reporter: Matthias Pohl
> Priority: Major
>
> {{Fabric8FlinkKubeClient.deleteConfigMap}} and {{deleteConfigMapsByLabels}}
> do not evaluate the return value and, therefore, might miss an error during
> deletion.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)