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 2016/10/25 07:18:08 UTC

[jira] [Closed] (GEODE-67) cache-misses in partition regions are not carrying version tags

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

Swapnil Bawaskar closed GEODE-67.
---------------------------------

> 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: regions
>    Affects Versions: 1.0.0-incubating
>            Reporter: Bruce Schuchardt
>            Assignee: Darrel Schneider
>              Labels: easyfix
>             Fix For: 1.0.0-incubating
>
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> 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)