Skip to content

Commit

Permalink
[Kyuubi apache#6052] Support to delete EngineSpace ZNodes in all shar…
Browse files Browse the repository at this point in the history
…e levels
  • Loading branch information
zhouyifan279 committed Feb 26, 2024
1 parent 5b85a8c commit 86d1290
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ object HighAvailabilityConf {
val HA_ENGINE_CLEANUP_ENABLED: ConfigEntry[Boolean] =
buildConf("kyuubi.ha.engine.cleanup.enabled")
.doc("When set to true, Kyuubi will delete the engine namespace node and lock node " +
"before engine stopped.")
"before engine stops.")
.version("1.9.0")
.booleanConf
.createWithDefault(false)
Expand Down

0 comments on commit 86d1290

Please sign in to comment.