pan3793 commented on code in PR #4151:
URL: https://github.com/apache/kyuubi/pull/4151#discussion_r1068099637


##########
kyuubi-common/src/main/scala/org/apache/kyuubi/config/KyuubiConf.scala:
##########
@@ -1652,6 +1652,12 @@ object KyuubiConf {
     .checkValues(EngineType.values.map(_.toString))
     .createWithDefault(EngineType.SPARK_SQL.toString)
 
+  val ENGINE_POOL_FIRST: ConfigEntry[Boolean] = 
buildConf("kyuubi.engine.pool.first")

Review Comment:
   we shall change it to `kyuubi.engine.pool.ignoreSubdomain` and mark it as 
internal, so the primary users will not care about what's the relationship 
between engine pool and subdomain



-- 
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]

Reply via email to