From b5e1cc5889fd0554c3d1e1da6f34df09d46ba00e Mon Sep 17 00:00:00 2001 From: asutosh936 Date: Sun, 23 Feb 2020 10:22:41 -0600 Subject: [PATCH] ZOOKEEPER-3730: fix a typo about watchManagerName in the zookeeperAdmin.md --- 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 8d460462b1d..8146af2e458 100644 --- a/zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md +++ b/zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md @@ -786,7 +786,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