Kenneth Howe created GEODE-3737:
-----------------------------------
Summary: Documented default for statistics sampling enabled is
incorrect
Key: GEODE-3737
URL: https://issues.apache.org/jira/browse/GEODE-3737
Project: Geode
Issue Type: Bug
Components: docs, gfsh
Reporter: Kenneth Howe
The User Guide lists the default for {{alter runtime --enable-statistics}} as
{{false}}. Hopwever digging in to the code shows
{code}
/**
* Is statistic sampling enabled?
*/
protected boolean statisticSamplingEnabled =
DEFAULT_STATISTIC_SAMPLING_ENABLED;
{code}
where {{boolean DEFAULT_STATISTIC_SAMPLING_ENABLED = true;}}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)