[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-3808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17212175#comment-17212175
 ] 

Mate Szalay-Beko commented on ZOOKEEPER-3808:
---------------------------------------------

I was just working on the configuration of this feature in our environments. We 
want to disable this feature in our ZooKeeper installations, looks like we will 
have to explicitly set this "false", thanks [~maoling] to find this 
incosistency! I'll file a PR to fix the docs.

> correct the documentation about digest.enabled
> ----------------------------------------------
>
>                 Key: ZOOKEEPER-3808
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3808
>             Project: ZooKeeper
>          Issue Type: Improvement
>          Components: documentation
>            Reporter: maoling
>            Assignee: Mate Szalay-Beko
>            Priority: Minor
>
> *zookeeperAdmin.md:*
> {code:java}
> By default, this feautre is disabled, set "true" to enable it.
> {code}
> From the code, enable by default and *feautre* is a typo.
> {code:java}
> digestEnabled = 
> Boolean.parseBoolean(System.getProperty(ZOOKEEPER_DIGEST_ENABLED, "true"));
> LOG.info("{} = {}", ZOOKEEPER_DIGEST_ENABLED, digestEnabled);
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to