You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Lynn Gallinat (JIRA)" <ji...@apache.org> on 2018/09/26 21:44:00 UTC

[jira] [Created] (GEODE-5786) Iterating a region in a transaction puts destroyed keys in the tx state

Lynn Gallinat created GEODE-5786:
------------------------------------

             Summary: Iterating a region in a transaction puts destroyed keys in the tx state
                 Key: GEODE-5786
                 URL: https://issues.apache.org/jira/browse/GEODE-5786
             Project: Geode
          Issue Type: Bug
            Reporter: Lynn Gallinat


In a region that has had an entry destroyed, the region will then contain a tombstone for that key.
If a thread iterates the region in a transaction, then all keys in the region are added to the transaction state.
The problem is that destroyed keys that have tombstones are also added to the transaction set.



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