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 2018/02/01 22:52:15 UTC

[jira] [Closed] (GEODE-3996) CacheWriter methods that call EntryEvent.getOldValue may see it return null even when a non-null old value exists

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

Swapnil Bawaskar closed GEODE-3996.
-----------------------------------

> CacheWriter methods that call EntryEvent.getOldValue may see it return null even when a non-null old value exists
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: GEODE-3996
>                 URL: https://issues.apache.org/jira/browse/GEODE-3996
>             Project: Geode
>          Issue Type: Improvement
>          Components: regions
>            Reporter: Darrel Schneider
>            Assignee: Darrel Schneider
>            Priority: Major
>             Fix For: 1.4.0
>
>
> If a region configures eviction with overflow to disk then it is possible that a CacheWriter method that calls EntryEvent.getOldValue may see it return null. This happens when the old value for that entry was evicted to disk.
> In the case of a CacheWriter, geode should in this case ask for the old value that is on disk and return it.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)