Darrel Schneider created GEODE-1718:
---------------------------------------
Summary: Region replace can return false when it should not and
can fail with an NPE
Key: GEODE-1718
URL: https://issues.apache.org/jira/browse/GEODE-1718
Project: Geode
Issue Type: Bug
Components: regions
Reporter: Darrel Schneider
The Region replace method may return false when it should have returned true.
The can happen on a region configured with overflow when the entry being
replaced has overflowed to disk. It can also happen on a persistent region if
the entry being replaced has not yet initialized its value from disk.
The NPE happens under the same configurations but when the expected old value
was serialized with PDX and read-serialized was set to true.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)