XComp commented on a change in pull request #14666:
URL: https://github.com/apache/flink/pull/14666#discussion_r558504220
##########
File path:
flink-kubernetes/src/main/java/org/apache/flink/kubernetes/KubernetesClusterDescriptor.java
##########
@@ -275,7 +275,9 @@ public void killCluster(String clusterId) throws
FlinkException {
try {
client.stopAndCleanupCluster(clusterId);
} catch (Exception e) {
- client.handleException(e);
+ LOG.error(
+ "An exception occurred while stopping the Kubernetes
cluster and cleaning up.",
+ e);
Review comment:
Here, I agree - I will revert it.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]