Github user enixon commented on a diff in the pull request:
https://github.com/apache/zookeeper/pull/628#discussion_r231359694
--- 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 --
That is correct, we will not be able to change this with a reconfig. I did
not want to alter the format of the reconfig operation in this change since I
felt it was significant enough to warrant its own patch. A more extensible
configuration format would also benefit
https://issues.apache.org/jira/browse/ZOOKEEPER-3166.
---