[
https://issues.apache.org/jira/browse/IGNITE-10823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16729042#comment-16729042
]
ASF GitHub Bot commented on IGNITE-10823:
-----------------------------------------
GitHub user ygerzhedovich opened a pull request:
https://github.com/apache/ignite/pull/5754
IGNITE-10823
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite IGNITE-10823
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/5754.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #5754
----
commit 6555cb174b7eb194b0006f6139f3b7df3f1b900e
Author: Yury Gerzhedovich <ygerzhedovich@...>
Date: 2018-12-26T13:42:03Z
IGNITE-10823: Close all open cursors for running queries on Ignite stop
commit d53ba3f8b645c54d2bccabf3b2d4290f420f69bc
Author: Yury Gerzhedovich <ygerzhedovich@...>
Date: 2018-12-26T13:43:23Z
IGNITE-10823: minor
----
> Close all open cursors for running queries on Ignite stop
> ---------------------------------------------------------
>
> Key: IGNITE-10823
> URL: https://issues.apache.org/jira/browse/IGNITE-10823
> Project: Ignite
> Issue Type: Task
> Components: sql
> Affects Versions: 2.8
> Reporter: Yury Gerzhedovich
> Assignee: Yury Gerzhedovich
> Priority: Major
> Labels: iep-29
> Fix For: 2.8
>
>
> Currently we can have situation when user doesn't close a cursors after use
> it or don't full read it. In this case we have potential memory leak with
> opened cursors. Need to close and set as null for all such running queries.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)