[KYUUBI #7101][1.10][FOLLOWUP] Fix code broken
### Why are the changes needed? Address comment: https://github.com/apache/kyuubi/pull/7101#issuecomment-3007263290 ### 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 f25f487e8 [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>
This commit is contained in:
parent
f7cb9503e0
commit
7c6d565829
@ -107,7 +107,7 @@ class KubernetesApplicationOperation extends ApplicationOperation with Logging {
|
||||
if (appInfoStore.get(kyuubiUniqueKey) == null) {
|
||||
updateApplicationState(kubernetesInfo, pod, eventType)
|
||||
}
|
||||
markApplicationTerminated(kubernetesInfo, pod, eventType)
|
||||
markApplicationTerminated(pod, eventType)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user