[
https://issues.apache.org/jira/browse/GEODE-3737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kenneth Howe updated GEODE-3737:
--------------------------------
Affects Version/s: 1.2.1
> 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
> Affects Versions: 1.2.1
> 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)