Github user hanm commented on a diff in the pull request:
https://github.com/apache/zookeeper/pull/628#discussion_r230964928
--- Diff: zookeeper-docs/src/documentation/content/xdocs/zookeeperAdmin.xml
---
@@ -764,6 +764,18 @@ server.3=zoo3:2888:3888</programlisting>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term>observerMasterPort</term>
--- End diff --
If we leave `observerMasterPort` as a separation configuration option (as
opposed to part of server:ports configuration), then we will not be able to
reconfigure this port using dynamic reconfig, right? Is this expected?
---