[
https://issues.apache.org/jira/browse/ZOOKEEPER-3808?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
maoling updated ZOOKEEPER-3808:
-------------------------------
Description:
*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}
> 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
> 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)