You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by GitBox <gi...@apache.org> on 2021/08/16 11:10:36 UTC

[GitHub] [incubator-kyuubi] timothy65535 commented on a change in pull request #935: [KYUUBI #933] Enhance the detection mechanism for engine startup

timothy65535 commented on a change in pull request #935:
URL: https://github.com/apache/incubator-kyuubi/pull/935#discussion_r689443583



##########
File path: kyuubi-ha/src/main/scala/org/apache/kyuubi/ha/HighAvailabilityConf.scala
##########
@@ -99,4 +99,10 @@ object HighAvailabilityConf {
     .timeConf
     .checkValue(_ > 0, "Must be positive")
     .createWithDefault(Duration.ofSeconds(120).toMillis)
+
+  // This option will not be exposed to the user.
+  val HA_ZK_ENGINE_SESSION_ID: ConfigEntry[String] = ConfigBuilder("kyuubi.ha.engine.session.id")
+    .version("1.2.0")
+    .stringConf
+    .createWithDefault("-1")

Review comment:
       Nice!!




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

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