[
https://issues.apache.org/jira/browse/IGNITE-17359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yury Gerzhedovich updated IGNITE-17359:
---------------------------------------
Description:
Currently server-side sessions are created but never deleted. Session objects
clogs the memory and lead to OOME.
Need to introduce background task to check each session from time to time and
clean up those that have expired or use Caffeine.
start point -
org.apache.ignite.internal.sql.engine.session.SessionManager#activeSessions
was:
Currently server-side sessions are created but never deleted. Session objects
clogs the memory and lead to OOME.
Need to introduce background task to check each session from time to time and
clean up those that have expired.
> Sql. Implement session auto expiration
> ---------------------------------------
>
> Key: IGNITE-17359
> URL: https://issues.apache.org/jira/browse/IGNITE-17359
> Project: Ignite
> Issue Type: Bug
> Components: sql
> Reporter: Konstantin Orlov
> Priority: Major
> Labels: ignite-3
>
> Currently server-side sessions are created but never deleted. Session objects
> clogs the memory and lead to OOME.
> Need to introduce background task to check each session from time to time and
> clean up those that have expired or use Caffeine.
> start point -
> org.apache.ignite.internal.sql.engine.session.SessionManager#activeSessions
--
This message was sent by Atlassian Jira
(v8.20.10#820010)