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:30:00 UTC

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

     [ https://issues.apache.org/jira/browse/ZOOKEEPER-3808?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mate Szalay-Beko resolved ZOOKEEPER-3808.
-----------------------------------------
    Fix Version/s: 3.6.3
                   3.7.0
       Resolution: Fixed

Issue resolved by pull request 1496
[https://github.com/apache/zookeeper/pull/1496]

> 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
>              Labels: pull-request-available
>             Fix For: 3.7.0, 3.6.3
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> *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)