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

[jira] [Created] (GEODE-4651) transactional region entry destroys do not remove from the eviction list

Darrel Schneider created GEODE-4651:
---------------------------------------

             Summary: transactional region entry destroys do not remove from the eviction list
                 Key: GEODE-4651
                 URL: https://issues.apache.org/jira/browse/GEODE-4651
             Project: Geode
          Issue Type: Bug
          Components: eviction, transactions
            Reporter: Darrel Schneider


If a geode transaction destroys a region entry on a region that has eviction, then that region entry should be available for garbage collection.

But the transaction code adds the destroy entry back to the eviction list which can cause the entry to not be garbage collected. In the future, if on operation is done on that region that triggers an evict, then these destroyed region entries will be released to the garbage collector. But if no future eviction occurs the destroyed entries will never be garbage collected.

 



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