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 GitHub Bot (JIRA)" <ji...@apache.org> on 2018/02/07 17:36:00 UTC

[jira] [Updated] (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:all-tabpanel ]

ASF GitHub Bot updated GEODE-4435:
----------------------------------
    Labels: pull-request-available  (was: )

> 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
>              Labels: pull-request-available
>
> 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)