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 86d1290 commit d49b3e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/configuration/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ You can configure the Kyuubi properties in `$KYUUBI_HOME/conf/kyuubi-defaults.co
|------------------------------------------------|----------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------|-------|
| kyuubi.ha.addresses || The connection string for the discovery ensemble | string | 1.6.0 |
| kyuubi.ha.client.class | org.apache.kyuubi.ha.client.zookeeper.ZookeeperDiscoveryClient | Class name for service discovery client.<ul> <li>Zookeeper: org.apache.kyuubi.ha.client.zookeeper.ZookeeperDiscoveryClient</li> <li>Etcd: org.apache.kyuubi.ha.client.etcd.EtcdDiscoveryClient</li></ul> | string | 1.6.0 |
| kyuubi.ha.engine.cleanup.enabled | false | When set to true, Kyuubi will delete the engine namespace node and lock node before engine stops. | boolean | 1.9.0 |
| kyuubi.ha.etcd.lease.timeout | PT10S | Timeout for etcd keep alive lease. The kyuubi server will know the unexpected loss of engine after up to this seconds. | duration | 1.6.0 |
| kyuubi.ha.etcd.ssl.ca.path | &lt;undefined&gt; | Where the etcd CA certificate file is stored. | string | 1.6.0 |
| kyuubi.ha.etcd.ssl.client.certificate.path | &lt;undefined&gt; | Where the etcd SSL certificate file is stored. | string | 1.6.0 |
Expand Down

0 comments on commit d49b3e2

Please sign in to comment.