pan3793 commented on code in PR #3524:
URL: https://github.com/apache/incubator-kyuubi/pull/3524#discussion_r981969736
##########
kyuubi-common/src/main/scala/org/apache/kyuubi/config/KyuubiConf.scala:
##########
@@ -2120,4 +2120,26 @@ object KyuubiConf {
_.toSet.subsetOf(Set("JSON", "JDBC", "CUSTOM")),
"Unsupported event loggers")
.createWithDefault(Seq("JSON"))
+
+ val ASYNC_EVENT_HANDLER_POLL_SIZE: ConfigEntry[Int] =
+ buildConf("kyuubi.event.async.handlerPool.size")
+ .doc("Number of threads in the async event handler thread pool")
+ .version("1.7.0")
+ .intConf
+ .createWithDefault(10)
Review Comment:
the physical core may not be suitable for all workloads, for hybrid
workloads like ECS, the machine may have hundreds of cores, but for K8s,
typically 2~8 cores per pod.
--
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]