You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by eo...@apache.org on 2019/12/23 15:51:30 UTC

[zookeeper] branch branch-3.5 updated: ZOOKEEPER-3056: fix documentation.

This is an automated email from the ASF dual-hosted git repository.

eolivelli pushed a commit to branch branch-3.5
in repository https://gitbox.apache.org/repos/asf/zookeeper.git


The following commit(s) were added to refs/heads/branch-3.5 by this push:
     new 20f5986  ZOOKEEPER-3056: fix documentation.
20f5986 is described below

commit 20f5986b0d4b9e191cb25338d15d59eb3e1c6db3
Author: Michael Han <lh...@twitter.com>
AuthorDate: Mon Dec 23 16:50:59 2019 +0100

    ZOOKEEPER-3056: fix documentation.
    
    snapshot.trust.empty can be used in both zoo.cfg file (with name snapshot.trust.empty), and as a system property (with name zookeeper.snapshot.trust.empty).
    
    Author: Michael Han <lh...@twitter.com>
    
    Reviewers: Enrico Olivelli <eo...@apache.org>
    
    Closes #1178 from hanm/ZOOKEEPER-3056
    
    (cherry picked from commit 04e91c3889b2d0a477036ae088794b6f5b3b04ba)
    Signed-off-by: Enrico Olivelli <en...@diennea.com>
---
 zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md b/zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md
index 3559527..45f70d8 100644
--- a/zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md
+++ b/zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md
@@ -703,7 +703,7 @@ property, when available, is noted below.
     Default is `NIOServerCnxnFactory`.
 
 * *snapshot.trust.empty* :
-    (Java system property only: **zookeeper.snapshot.trust.empty**)
+    (Java system property: **zookeeper.snapshot.trust.empty**)
     **New in 3.5.6:**
     This property controls whether or not ZooKeeper should treat missing
     snapshot files as a fatal state that can't be recovered from.