You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Darrel Schneider (JIRA)" <ji...@apache.org> on 2017/09/14 17:58:00 UTC

[jira] [Created] (GEODE-3619) CachePerfStats diskTasksWaiting goes negative when disk store compaction happens

Darrel Schneider created GEODE-3619:
---------------------------------------

             Summary: CachePerfStats diskTasksWaiting goes negative when disk store compaction happens
                 Key: GEODE-3619
                 URL: https://issues.apache.org/jira/browse/GEODE-3619
             Project: Geode
          Issue Type: Bug
          Components: persistence
            Reporter: Darrel Schneider


For every disk store compaction operation that runs the CachePerfStats.diskTasksWaiting statistic is decremented. So if this statistics is -10 it tells you that 10 compactions have completed.
It is supposed to tell you how many are waiting for a thread so that the can run and the value of this statistics should always be >= 0.




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