[
https://issues.apache.org/jira/browse/GEODE-3996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Darrel Schneider resolved GEODE-3996.
-------------------------------------
Resolution: Fixed
Fix Version/s: 1.4.0
> 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: Bug
> Components: regions
> Reporter: Darrel Schneider
> Assignee: Darrel Schneider
> 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
(v6.4.14#64029)