Skip to content

Commit 7c6d565

Browse files
turboFeipan3793
authored andcommitted
[KYUUBI #7101][1.10][FOLLOWUP] Fix code broken
### Why are the changes needed? Address comment: #7101 (comment) ### How was this patch tested? GA. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #7116 from turboFei/fix_conflicts. Closes #7101 f25f487 [Wang, Fei] [KYUUBI #7101][1.10][FOLLOWUP] Fix code broken Authored-by: Wang, Fei <fwang12@ebay.com> Signed-off-by: Cheng Pan <chengpan@apache.org>
1 parent f7cb950 commit 7c6d565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kyuubi-server/src/main/scala/org/apache/kyuubi/engine/KubernetesApplicationOperation.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ class KubernetesApplicationOperation extends ApplicationOperation with Logging {
107107
if (appInfoStore.get(kyuubiUniqueKey) == null) {
108108
updateApplicationState(kubernetesInfo, pod, eventType)
109109
}
110-
markApplicationTerminated(kubernetesInfo, pod, eventType)
110+
markApplicationTerminated(pod, eventType)
111111
}
112112
}
113113
}

0 commit comments

Comments
 (0)