pan3793 commented on code in PR #7121: URL: https://github.com/apache/kyuubi/pull/7121#discussion_r2192029057
########## kyuubi-common/src/main/scala/org/apache/kyuubi/config/KyuubiConf.scala: ########## @@ -2212,6 +2212,22 @@ object KyuubiConf { .checkValue(_ >= 1000, "must >= 1s if set") .createOptional + val OPERATION_TIMEOUT_POOL_SIZE: ConfigEntry[Int] = + buildConf("kyuubi.operation.timeout.pool.size") + .doc("Number of threads in the per-OperationManager timeout scheduler used for " + + "operation-level timeout monitoring.") Review Comment: we should not expose OperationManager concept to user docs, for user, it's a global pool -- 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: notifications-unsubscr...@kyuubi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@kyuubi.apache.org For additional commands, e-mail: notifications-h...@kyuubi.apache.org