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

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

Commit ff215d4c8cb55f071f70553f4410df446aaec6d8 in geode's branch 
refs/heads/develop from lgallinat
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=ff215d4 ]

GEODE-4435 Move queueSize stat increment to after writing to disk. (#1397)

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

* Changes for review comments.


> 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
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> 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)

Reply via email to