Github user shralex commented on a diff in the pull request:

    https://github.com/apache/zookeeper/pull/215#discussion_r110710035
  
    --- Diff: src/docs/src/documentation/content/xdocs/zookeeperAdmin.xml ---
    @@ -1974,6 +1974,31 @@ server.3=zoo3:2888:3888</programlisting>
                   </programlisting>
                 </listitem>
               </varlistentry>
    +
    +          <varlistentry>
    +            <term>shed</term>
    +
    +            <listitem>
    +              <para>Closes all client connections, forcing them to move to 
a different server.</para>
    +            </listitem>
    +          </varlistentry>
    +
    +          <varlistentry>
    +            <term>sh50</term>
    +
    +            <listitem>
    +              <para>Probabilistically closes half of the client 
connections (i.e. each connection is closed with a probability of 1/2), forcing 
them to move to a different server.</para>
    +            </listitem>
    +          </varlistentry>
    +
    +          <varlistentry>
    +            <term>sh50</term>
    --- End diff --
    
    looks like a typo - should this be sh25 ? 
    
    Is it possible to pass the % as parameter to the 4 letter words ? 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to