Bruce Schuchardt created GEODE-67:
-------------------------------------
Summary: cache-misses in partition regions are not carrying
version tags
Key: GEODE-67
URL: https://issues.apache.org/jira/browse/GEODE-67
Project: Geode
Issue Type: Bug
Components: core
Affects Versions: 1.0.0-incubating
Reporter: Bruce Schuchardt
Priority: Minor
LocalRegion.nonTxnFindObject() passes version in formation in the Future object
used to handle concurrent lookup of an entry, but the implementation of this
method in PartitionedRegion does not. This can cause the entry to overwrite
conflicting operations on the same entry (i.e., a concurrent put(k,v)) and can
potentially cause inconsistencies across the distributed system or in clients.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)