You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by hanm <gi...@git.apache.org> on 2018/11/06 00:37:02 UTC

[GitHub] zookeeper pull request #628: ZOOKEEPER-3140: Allow Followers to host Observe...

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?


---