[
https://issues.apache.org/jira/browse/GEODE-8513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17317979#comment-17317979
]
ASF subversion and git services commented on GEODE-8513:
--------------------------------------------------------
Commit 5eb8521253986c06b52ff02d00086380626bb262 in geode's branch
refs/heads/support/1.12 from Sarah
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=5eb8521 ]
GEODE-8513: Remove (de)serialization of local sessions.
* Removes query that resulted in casting issue in antlr.
* Clears all locally cached entries.
* Remove dead code and tests.
(cherry picked from commit d4b9ecd8569281f257e384d397422e7ef4336fb9)
Co-authored-by: Jacob Barrett <[email protected]>
> 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
> Assignee: Jacob Barrett
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.14.0
>
>
> 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)