turboFei commented on code in PR #4382:
URL: https://github.com/apache/kyuubi/pull/4382#discussion_r1112410179
##########
kyuubi-common/src/main/scala/org/apache/kyuubi/config/KyuubiConf.scala:
##########
@@ -2391,6 +2391,14 @@ object KyuubiConf {
.regexConf
.createOptional
+ val SERVER_PERIODIC_GC_INTERVAL: ConfigEntry[Long] =
+ buildConf("kyuubi.server.periodicGC.interval")
+ .doc("How often to trigger a garbage collection.")
+ .version("1.7.0")
Review Comment:
cc the 1.7.0 release manager @pan3793
--
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]