You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Jacob Barrett (Jira)" <ji...@apache.org> on 2020/09/21 16:28:00 UTC

[jira] [Created] (GEODE-8513) DeltaSesssionManager writes all sessions to disk on shutdown

Jacob Barrett created GEODE-8513:
------------------------------------

             Summary: DeltaSesssionManager writes all sessions to disk on shutdown
                 Key: GEODE-8513
                 URL: https://issues.apache.org/jira/browse/GEODE-8513
             Project: Geode
          Issue Type: Bug
          Components: http session
            Reporter: Jacob Barrett


DeltaSesssionManager executes a query to fetch all sessions for the current context shutting down and then serializes them to disk. There is no need to do this since the sessions are persisted in the session region on the servers. 

This leads: 
* to unaccounted for disk usage. 
* execution of a potentially large query at shutdown. 
* class casting executions in antlr in some Tomcat instances.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)