Skip to content

Commit

Permalink
Update kyuubi-server/src/main/scala/org/apache/kyuubi/engine/Kubernet…
Browse files Browse the repository at this point in the history
…esApplicationOperation.scala
  • Loading branch information
pan3793 authored Nov 17, 2023
1 parent 558381e commit 7093ed8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ class KubernetesApplicationOperation extends ApplicationOperation with Logging {
info(s"[$kubernetesInfo] Operation of delete pod $podName with" +
s" ${toLabel(appLabel)} is completed.")
} else {
warn(s"[$kubernetesInfo] Failed to delete pod $podName with ${toLabel(appLabel)}.")
warn(s"[$kubernetesInfo] Failed to delete pod $podName with ${toLabel(appLabel)}.")
}
} catch {
case NonFatal(e) => error(
Expand Down

0 comments on commit 7093ed8

Please sign in to comment.