[
https://issues.apache.org/jira/browse/IGNITE-28798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nikita Amelchev updated IGNITE-28798:
-------------------------------------
Attachment: after_fix.png
> Memory leak on thin client SQL query timeout
> --------------------------------------------
>
> Key: IGNITE-28798
> URL: https://issues.apache.org/jira/browse/IGNITE-28798
> Project: Ignite
> Issue Type: Bug
> Reporter: Nikita Amelchev
> Assignee: Nikita Amelchev
> Priority: Major
> Labels: ise
> Fix For: 2.19
>
> Attachments: after_fix.png, before_fix.png
>
>
> A timed-out SQL query executed via thin client may leave the server-side
> cursor registered after ClientCacheQueryCursor.writePage() fails while
> fetching/writing the page. As a result, query-related objects remain
> reachable from client resources, causing heap growth after repeated timeout
> cancellations.
> Before fix:
> After fix:
--
This message was sent by Atlassian Jira
(v8.20.10#820010)