bowenliang123 commented on code in PR #6587:
URL: https://github.com/apache/kyuubi/pull/6587#discussion_r1734049857
##########
kyuubi-common/src/main/scala/org/apache/kyuubi/config/KyuubiConf.scala:
##########
@@ -3106,6 +3106,14 @@ object KyuubiConf {
.timeConf
.createWithDefaultString("PT30M")
+ val SERVER_STALE_FILE_EXPIRATION_INTERVAL: ConfigEntry[Long] =
+ buildConf("kyuubi.server.stale.file.expiration.interval")
+ .doc("How often to trigger a file expiration clean-up for stale files")
Review Comment:
Changed to `kyuubi.server.tempFile.expireTime`, as discussed offline.
--
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]