summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorliwang <liwang@apple.com>2022-09-04 15:33:16 +0800
committermaoling <maoling@apache.org>2022-09-04 15:33:16 +0800
commit9b6ec9060604347fc996fe69dc33a21222fbd0c4 (patch)
tree26566f654acb93e56e842e4015381860ac977f95
parent2cd0c23454071faf0a16c58edb2414591ae5c5c3 (diff)
downloadzookeeper-9b6ec9060604347fc996fe69dc33a21222fbd0c4.tar.gz
ZOOKEEPER-4547: Change the documentation of client.certReload numbers
changed the versions to `New in 3.7.2, 3.8.1, 3.9.0:` Author: Li Wang <li4wanggmail.com> Author: liwang <liwang@apple.com> Reviewers: Mate Szalay-Beko <symat@apache.org>, maoling <maoling@apache.org> Closes #1886 from li4wang/ZOOKEEPER-4547
-rw-r--r--zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md b/zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md
index f7e38b926..8e19f0418 100644
--- a/zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md
+++ b/zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md
@@ -1747,7 +1747,7 @@ and [SASL authentication for ZooKeeper](https://cwiki.apache.org/confluence/disp
* *client.certReload* :
(Java system property: **zookeeper.client.certReload**)
- **New in 3.9.0:**
+ **New in 3.7.2, 3.8.1, 3.9.0:**
Allows client SSL keyStore and trustStore reloading when the certificates on the filesystem change without having to restart the ZK process. Default: false
* *client.portUnification*: