From f5f3a69040ab711117b6d3f883c721cfb60c9e1f Mon Sep 17 00:00:00 2001 From: Anurag Madnawat Date: Tue, 1 Nov 2022 22:59:19 -0700 Subject: [PATCH] ZOOKEEPER-3730: fix a typo about watchManagerName in the zookeeperAdmin.md (#95) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit … Author: asutosh936 Reviewers: Enrico Olivelli , HorizonNet, maoling Closes #1263 from asutosh936/ZOOKEEPER-3730 Co-authored-by: asutosh936 --- zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md b/zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md index 82bcd65664d..bd350cfd750 100644 --- a/zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md +++ b/zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md @@ -788,7 +788,7 @@ property, when available, is noted below. must be 127 or less. Additionally, the maximum support TTL value is `1099511627775` which is smaller than what was allowed in 3.5.3 (`1152921504606846975`) -* *watchManaggerName* : +* *watchManagerName* : (Java system property only: **zookeeper.watchManagerName**) **New in 3.6.0:** Added in [ZOOKEEPER-1179](https://issues.apache.org/jira/browse/ZOOKEEPER-1179) New watcher manager WatchManagerOptimized is added to optimize the memory overhead in heavy watch use cases. This