You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@zookeeper.apache.org by "Mate Szalay-Beko (Jira)" <ji...@apache.org> on 2020/10/12 07:15:00 UTC

[jira] [Commented] (ZOOKEEPER-3808) correct the documentation about digest.enabled

    [ 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)