cfmcgrady commented on a change in pull request #1033:
URL: https://github.com/apache/incubator-kyuubi/pull/1033#discussion_r703009939



##########
File path: 
kyuubi-ha/src/main/scala/org/apache/kyuubi/ha/HighAvailabilityConf.scala
##########
@@ -100,9 +100,9 @@ object HighAvailabilityConf {
     .checkValue(_ > 0, "Must be positive")
     .createWithDefault(Duration.ofSeconds(120).toMillis)
 
-  val HA_ZK_ENGINE_SESSION_ID: OptionalConfigEntry[String] =
-    buildConf("ha.engine.session.id")
-    .doc("The sessionId will be attached to zookeeper node when engine 
started, " +
+  val HA_ZK_ENGINE_REF_ID: OptionalConfigEntry[String] =
+    buildConf("ha.engine.ref.id")
+    .doc("The engine reference id will be attached to zookeeper node when 
engine started, " +

Review comment:
       nit: indent




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


Reply via email to