You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Swapnil Bawaskar (JIRA)" <ji...@apache.org> on 2016/10/25 07:17:01 UTC

[jira] [Closed] (GEODE-1700) The DiskRegionStats entriesInVM and entriesOnlyOnDisk for overflow lru regions with async disk may be wrong

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

Swapnil Bawaskar closed GEODE-1700.
-----------------------------------

> 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
>            Assignee: Darrel Schneider
>             Fix For: 1.0.0-incubating
>
>
> 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)