From d49b3e287ba166a89222194d4fe2aaa91ceb980e Mon Sep 17 00:00:00 2001 From: zhouyifan279 Date: Mon, 26 Feb 2024 20:42:09 +0800 Subject: [PATCH] [Kyuubi #6052] Support to delete EngineSpace ZNodes in all share levels --- docs/configuration/settings.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/configuration/settings.md b/docs/configuration/settings.md index a2dd795f507..d7aa3a0da01 100644 --- a/docs/configuration/settings.md +++ b/docs/configuration/settings.md @@ -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. | 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 | <undefined> | Where the etcd CA certificate file is stored. | string | 1.6.0 | | kyuubi.ha.etcd.ssl.client.certificate.path | <undefined> | Where the etcd SSL certificate file is stored. | string | 1.6.0 |