[
https://issues.apache.org/jira/browse/GEODE-4651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16363144#comment-16363144
]
ASF subversion and git services commented on GEODE-4651:
--------------------------------------------------------
Commit da5da792874f04b276a015f658f3a1a6a8301e4c in geode's branch
refs/heads/develop from [~dschneider]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=da5da79 ]
GEODE-4651: fix transactional destroy entry leak (#1433)
When the transaction marks a region entry as no
longer being used by the transaction, it no longer
added it back to the eviction list if the entry
is removed or destroyed.
> 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
> Assignee: Darrel Schneider
> Priority: Major
> Labels: pull-request-available
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> 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)