[
https://issues.apache.org/jira/browse/GEODE-7368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16979451#comment-16979451
]
ASF subversion and git services commented on GEODE-7368:
--------------------------------------------------------
Commit 59dc4b4db935a88e75f766ef3d5e6e259984b7dd in geode's branch
refs/heads/develop from BenjaminPerryRoss
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=59dc4b4 ]
GEODE-7368: Caught and ignored EntryNotFoundException during doUnload (#4289)
Co-authored-by: Benjamin Ross <[email protected]>
Co-authored-by: Donal Evans <[email protected]>
> EntryNotFoundExceptions are thrown when sessions are evicted during unload
> --------------------------------------------------------------------------
>
> Key: GEODE-7368
> URL: https://issues.apache.org/jira/browse/GEODE-7368
> Project: Geode
> Issue Type: Bug
> Components: http session
> Reporter: Benjamin P Ross
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> During the unload process (DeltaSessionManager) we write our current sessions
> to disk and delete them from our session region. It's possible for a session
> to be evicted while this process is ongoing which results in an EntryNotFound
> exception which interrupts the process of clearing out the region.
> We can fix this by catching the exception and ignoring it - there is no
> circumstance where we want to change behavior if an entry is evicted right as
> we go to delete it in this process.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)