[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:
Wang, Fei 2025-07-02 12:59:46 +08:00 committed by Cheng Pan
parent f7cb9503e0
commit 7c6d565829
No known key found for this signature in database
GPG Key ID: 8001952629BCC75D

View File

@ -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)
}
}
}