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 2018/02/07 17:29:00 UTC

[jira] [Commented] (GEODE-4435) DiskStoreImpl.FlusherThread.run() should increment queue size stat after writing to disk

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

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

Commit 43b395f8764df28abe19ff6d1182beee5806f69f in geode's branch refs/heads/feature/GEODE-4435 from [~lgallinat]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=43b395f ]

GEODE-4435 Move queueSize stat increment to after writing to disk.


> DiskStoreImpl.FlusherThread.run() should increment queue size stat after writing to disk
> ----------------------------------------------------------------------------------------
>
>                 Key: GEODE-4435
>                 URL: https://issues.apache.org/jira/browse/GEODE-4435
>             Project: Geode
>          Issue Type: Bug
>            Reporter: Lynn Gallinat
>            Assignee: Lynn Gallinat
>            Priority: Major
>
> com.gemstone.gemfire.internal.cache.DiskStoreImpl.FlusherThread.run()
> should move this call:
> stats.incQueueSize(-drainCount);
> to the end of the while loop that drains the queue. It currently calls it at the beginning before it actually writes to async ops to disk.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)