You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@kyuubi.apache.org by GitBox <gi...@apache.org> on 2022/12/04 14:54:42 UTC

[GitHub] [incubator-kyuubi] CHzxp commented on a diff in pull request #3697: [KYUUBI #3695] ADAPTIVE policy to dynamic expand or reduce engine pool size

CHzxp commented on code in PR #3697:
URL: https://github.com/apache/incubator-kyuubi/pull/3697#discussion_r1038984194


##########
kyuubi-common/src/main/scala/org/apache/kyuubi/config/KyuubiConf.scala:
##########
@@ -1552,7 +1552,7 @@ object KyuubiConf {
       .version("1.7.0")
       .stringConf
       .transform(_.toUpperCase(Locale.ROOT))
-      .checkValues(Set("RANDOM", "POLLING"))
+      .checkValues(Set("RANDOM", "POLLING", "REBALANCED"))

Review Comment:
   accept it, i have modify it to ADAPTIVE



-- 
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-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org