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

[jira] [Updated] (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 ]

ASF GitHub Bot updated ZOOKEEPER-3808:
--------------------------------------
    Labels: pull-request-available  (was: )

> 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
>          Time Spent: 10m
>  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)