[
https://issues.apache.org/jira/browse/IGNITE-21291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17823639#comment-17823639
]
Vladislav Pyatkov commented on IGNITE-21291:
--------------------------------------------
Merged 7bb9ecf6c53cf94b6ea105872831538b5912e455
> Scan cursors do not close when an RO transaction is finalized
> -------------------------------------------------------------
>
> Key: IGNITE-21291
> URL: https://issues.apache.org/jira/browse/IGNITE-21291
> Project: Ignite
> Issue Type: Bug
> Reporter: Vladislav Pyatkov
> Assignee: Kirill Sizov
> Priority: Major
> Labels: ignite-3
> Time Spent: 2h 50m
> Remaining Estimate: 0h
>
> h3. Motivation
> The cursors are opened on the server side and take up extra memory. When an
> RW transaction is committed, we send the transaction cleanup messages to all
> transaction participants. But the state of the RO transaction is strung
> locally, so do not send any messages to the transaction participants (where
> the cursors were opened).
> h3. Definition of done
> Cursors that were created by an RO transaction should be closed when the
> transaction is no longer in use.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)