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

2018-02-09 Thread Fred Krone (JIRA)

 [ 
https://issues.apache.org/jira/browse/GEODE-4435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Fred Krone updated GEODE-4435:
--
Fix Version/s: 1.5.0

> 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
> Fix For: 1.5.0
>
>  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)


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

2018-02-07 Thread ASF GitHub Bot (JIRA)

 [ 
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)