You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by th...@apache.org on 2013/09/30 22:54:41 UTC

svn commit: r1527778 - in /zookeeper/branches/branch-3.4: CHANGES.txt src/docs/src/documentation/content/xdocs/zookeeperAdmin.xml

Author: thawan
Date: Mon Sep 30 20:54:41 2013
New Revision: 1527778

URL: http://svn.apache.org/r1527778
Log:
ZOOKEEPER-1758. Add documentation for zookeeper.observer.syncEnabled flag (thawan, fpj via thawan)

Modified:
    zookeeper/branches/branch-3.4/CHANGES.txt
    zookeeper/branches/branch-3.4/src/docs/src/documentation/content/xdocs/zookeeperAdmin.xml

Modified: zookeeper/branches/branch-3.4/CHANGES.txt
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.4/CHANGES.txt?rev=1527778&r1=1527777&r2=1527778&view=diff
==============================================================================
--- zookeeper/branches/branch-3.4/CHANGES.txt (original)
+++ zookeeper/branches/branch-3.4/CHANGES.txt Mon Sep 30 20:54:41 2013
@@ -137,6 +137,9 @@ IMPROVEMENTS:
 
   ZOOKEEPER-1552. Enable sync request processor in Observer (thawan, fpj)
 
+  ZOOKEEPER-1758. Add documentation for zookeeper.observer.syncEnabled flag 
+  (thawan, fpj via thawan)
+
 Release 3.4.5 - 2012-09-30
 
 Backward compatible changes:

Modified: zookeeper/branches/branch-3.4/src/docs/src/documentation/content/xdocs/zookeeperAdmin.xml
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.4/src/docs/src/documentation/content/xdocs/zookeeperAdmin.xml?rev=1527778&r1=1527777&r2=1527778&view=diff
==============================================================================
--- zookeeper/branches/branch-3.4/src/docs/src/documentation/content/xdocs/zookeeperAdmin.xml (original)
+++ zookeeper/branches/branch-3.4/src/docs/src/documentation/content/xdocs/zookeeperAdmin.xml Mon Sep 30 20:54:41 2013
@@ -826,6 +826,21 @@ server.3=zoo3:2888:3888</programlisting>
               to enable the auto purging. Defaults to 0.</para>
             </listitem>
           </varlistentry>
+
+          <varlistentry>
+            <term>syncEnabled</term>
+
+            <listitem>
+              <para>(Java system property: <emphasis
+              role="bold">zookeeper.observer.syncEnabled</emphasis>)</para>
+
+              <para><emphasis role="bold">New in 3.4.6, 3.5.0:</emphasis>
+              The observers now log transaction and write snapshot to disk
+              by default like the participants. This reduces the recovery time
+              of the observers on restart. Set to "false" to disable this
+              feature. Default is "true"</para>
+            </listitem>
+          </varlistentry>
         </variablelist>
       </section>