Swapnil Bawaskar created GEODE-2718:
---------------------------------------
Summary: inconsistent reads during network partition
Key: GEODE-2718
URL: https://issues.apache.org/jira/browse/GEODE-2718
Project: Geode
Issue Type: Bug
Components: membership, regions
Reporter: Swapnil Bawaskar
non-persistent partitioned regions exhibit the following behavior:
In the event of a network partition where all copies of a bucket end up on the
losing side, a get() operation returns a null. A null can signify that the key
did not exist, so we should be more explicit about the network partition and
throw an error like PartitionOfflineException (which is thrown if the region
was persistent).
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)