You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Kenneth Howe (JIRA)" <ji...@apache.org> on 2017/10/02 21:59:00 UTC

[jira] [Created] (GEODE-3734) Help shows wrong minimum value for gfsh command 'alter runtime --statistic-sample-rate'

Kenneth Howe created GEODE-3734:
-----------------------------------

             Summary: Help shows wrong minimum value for gfsh command 'alter runtime --statistic-sample-rate' 
                 Key: GEODE-3734
                 URL: https://issues.apache.org/jira/browse/GEODE-3734
             Project: Geode
          Issue Type: Bug
          Components: docs, gfsh
            Reporter: Kenneth Howe


Help (both gfsh online help and the manual) show the range of possible values from 100-60000 milliseconds. The code however enforces a minimum of 1000 milliseconds.

{code:title=Gfsh Example}
gfsh>alter runtime --statistic-sample-rate=250
Runtime configuration altered successfully for the following member(s)
10.118.19.22(server1:35616)<v1>:1025
10.118.19.22(server2:35627)<v2>:1026


gfsh>export config --member=server1
Downloading Cache XML file: .../server1-cache.xml
Downloading properties file: .../server1-gf.properties
{code}

{code:title=file: .../server1-gf.properties}
statistic-sample-rate=1000
name=server1
locators=10.118.19.22[12345]
log-file=/Users/khowe/work/GEM-1632/server1/server1.log
{code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)