You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/09/18 21:29:00 UTC

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

    [ https://issues.apache.org/jira/browse/GEODE-3619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16170752#comment-16170752 ] 

ASF subversion and git services commented on GEODE-3619:
--------------------------------------------------------

Commit adbd50a2df3e52c356915aacf83faec3ad233bf6 in geode's branch refs/heads/develop from [~dschneider]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=adbd50a ]

GEODE-3619: fix diskTasksWaiting statistic

Compaction no longer does an extra decrement of the stat.
Unit test confirms the fix.


> 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
>            Assignee: 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)