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

Darrel Schneider commented on GEODE-1700:
-----------------------------------------

This was introduced by the fix for GEODE-93

> The DiskRegionStats entriesInVM and entriesOnlyOnDisk for overflow lru 
> regions with async disk may be wrong
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: GEODE-1700
>                 URL: https://issues.apache.org/jira/browse/GEODE-1700
>             Project: Geode
>          Issue Type: Bug
>          Components: persistence
>            Reporter: Darrel Schneider
>
> The DiskRegionStats entriesInVM and entriesOnlyOnDisk for overflow lru 
> regions with async disk may be wrong.
> A race condition exists that can cause the async queue to fill. In that case 
> additional evictions are written to disk immediately instead of going into 
> the queue. The code for this condition (handleFullAsyncQueue) was not updated 
> when a recent change was made to how the stats entriesInVM and 
> entriesOnlyOnDisk were updated.
> This can also cause partition balancing decisions to be wrong since this size 
> of the bucket can be larger than it should be.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to