wForget commented on code in PR #6785:
URL: https://github.com/apache/kyuubi/pull/6785#discussion_r1825343491
##########
kyuubi-server/src/main/scala/org/apache/kyuubi/engine/KubernetesApplicationOperation.scala:
##########
@@ -273,6 +274,16 @@ class KubernetesApplicationOperation extends
ApplicationOperation with Logging {
Utils.tryLogNonFatalError(client.close())
}
kubernetesClients.clear()
+
+ if (expireCleanUpTriggerCacheExecutor != null) {
Review Comment:
This may need to be placed before assigning cleanupTerminatedAppInfoTrigger
to null.
https://github.com/apache/kyuubi/blob/d3520ddbcea96ec55c525600126047c44c7adb35/kyuubi-server/src/main/scala/org/apache/kyuubi/engine/KubernetesApplicationOperation.scala#L267
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]