dongjoon-hyun commented on code in PR #52884:
URL: https://github.com/apache/spark/pull/52884#discussion_r2492804650


##########
resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/Config.scala:
##########
@@ -716,6 +716,15 @@ private[spark] object Config extends Logging {
       .booleanConf
       .createWithDefault(true)
 
+  val KUBERNETES_DELETED_EXECUTORS_CACHE_TTL_SECONDS =
+    ConfigBuilder("spark.kubernetes.executor.deletedExecutorsCacheTTLSeconds")

Review Comment:
   My bad. You're right. I blindly searched `TTL` keyword and followed a bad 
practice. Let me revise this.
   
   
[sql/catalyst/src/main/scala/org/apache/spark/sql/internal/StaticSQLConf.scala](https://github.com/apache/spark/blob/a8e35c407bc5340f83b35e5a2f0b0767c6baadb0/sql/catalyst/src/main/scala/org/apache/spark/sql/internal/StaticSQLConf.scala#L276)



-- 
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]

Reply via email to