You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Anthony Baker (JIRA)" <ji...@apache.org> on 2018/04/20 19:52:31 UTC

[jira] [Closed] (GEODE-3204) txApplyInvalidate in AbstractRegionMap on farside should not update the entry if it is a removed token

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

Anthony Baker closed GEODE-3204.
--------------------------------

> txApplyInvalidate in AbstractRegionMap on farside should not update the entry if it is a removed token
> ------------------------------------------------------------------------------------------------------
>
>                 Key: GEODE-3204
>                 URL: https://issues.apache.org/jira/browse/GEODE-3204
>             Project: Geode
>          Issue Type: Bug
>          Components: transactions
>    Affects Versions: 1.3.0
>            Reporter: Eric Shu
>            Assignee: Eric Shu
>            Priority: Major
>             Fix For: 1.3.0
>
>
> When tx invalidates on a region entry with Token.REMOVED_PHASE2 (without forceNewEntry), it could update a region entry going to be removed from the AbstractRegionMap. In some race cases, a new tx create could be lost, as a txApplyPut could update on the entry with INVALIDATE token without executing the putEntryIfAbsent (does not recognize the entry is being removed from the AbstractRegionMap, as the entry is not Token.REMOVED_PHASE2).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)