[
https://issues.apache.org/jira/browse/IGNITE-21293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vladislav Pyatkov updated IGNITE-21293:
---------------------------------------
Epic Link: IGNITE-21221
> Scan cursors do not close on transaction recovery
> -------------------------------------------------
>
> Key: IGNITE-21293
> URL: https://issues.apache.org/jira/browse/IGNITE-21293
> Project: Ignite
> Issue Type: Bug
> Reporter: Vladislav Pyatkov
> Priority: Major
> Labels: ignite-3
>
> h3. Motivation
> Open cursors required extra memory on the server side. Hence, resources
> cannot be stored for a long time.
> h3. Implementation notes
> During the recovery procedure, the server receives a cleanup message (the
> message releases locks). On the message processing, we update the local
> transaction state, and it should also close all the cursors related to this
> transaction.
> h3. Definition of done
> All cursors should be closed on the RW transaction recovery.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)