Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
pan3793 committed Mar 31, 2023
1 parent b95d7a6 commit 1d42692
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ class KubernetesApplicationOperation extends ApplicationOperation with Logging {
.withLabel(LABEL_KYUUBI_UNIQUE_KEY)
.inform(new SparkEnginePodEventHandler)
info("Start Kubernetes Client Informer.")
// Defer cleaning terminated application information to key expired
// Use Cache help clean delete app info
// Defer cleaning terminated application information
val retainPeriod = conf.get(KyuubiConf.KUBERNETES_TERMINATED_APPLICATION_RETAIN_PERIOD)
deletedAppInfoCache = CacheBuilder
.newBuilder()
Expand Down

0 comments on commit 1d42692

Please sign in to comment.