You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Ernest Burghardt (Jira)" <ji...@apache.org> on 2020/03/30 23:34:08 UTC

[jira] [Closed] (GEODE-7368) EntryNotFoundExceptions are thrown when sessions are evicted during unload

     [ https://issues.apache.org/jira/browse/GEODE-7368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ernest Burghardt closed GEODE-7368.
-----------------------------------
    Assignee: Ernest Burghardt

> 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
>            Assignee: Ernest Burghardt
>            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)