turboFei commented on code in PR #6785:
URL: https://github.com/apache/kyuubi/pull/6785#discussion_r1828664102
##########
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:
No, we need to invalidate the cache before shutdown the executor.
--
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]