maoling created ZOOKEEPER-3730:
----------------------------------
Summary: fix a typo about watchManagerName in the zookeeperAdmin.md
Key: ZOOKEEPER-3730
URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3730
Project: ZooKeeper
Issue Type: Improvement
Components: documentation
Reporter: maoling
{code:java}
* *watchManaggerName* :
(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
config is used to define which watcher manager to be used. Currently, we
only support WatchManager and
WatchManagerOptimized.
{code}
*watchManaggerName* is a typo
--
This message was sent by Atlassian Jira
(v8.3.4#803005)