Skip to content

GEODE-3869: Fix early eviction.#1152

Merged
agingade merged 2 commits intodevelopfrom
feature/GEODE-3869
Dec 12, 2017
Merged

GEODE-3869: Fix early eviction.#1152
agingade merged 2 commits intodevelopfrom
feature/GEODE-3869

Conversation

@agingade
Copy link

While code review found that the refactoring moved "evictionNode.unsetRecentlyUsed()" to
"appendEntry()" which gets call by other places (adding entry into the list); this causes
the recently used entry to be evicted early.

While code review found that the refactoring moved "evictionNode.unsetRecentlyUsed()" to
"appendEntry()" which gets call by other places (adding entry into the list); this causes
the recently used entry to be evicted early.
@agingade agingade merged commit 4e1c63c into develop Dec 12, 2017
PivotalSarge pushed a commit to upthewaterspout/geode that referenced this pull request Dec 14, 2017
* GEODE-3869: Fix early eviction.

While code review found that the refactoring moved "evictionNode.unsetRecentlyUsed()" to
"appendEntry()" which gets call by other places (adding entry into the list); this causes
the recently used entry to be evicted early.
@agingade agingade deleted the feature/GEODE-3869 branch November 9, 2018 01:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants