[
https://issues.apache.org/jira/browse/GEODE-7368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Benjamin P Ross resolved GEODE-7368.
------------------------------------
Fix Version/s: 1.12.0
Resolution: Fixed
> 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
> Fix For: 1.12.0
>
> 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)