[
https://issues.apache.org/jira/browse/IGNITE-1910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15003978#comment-15003978
]
ASF GitHub Bot commented on IGNITE-1910:
----------------------------------------
GitHub user ptupitsyn opened a pull request:
https://github.com/apache/ignite/pull/232
IGNITE-1910 .Net: Possible handle leak in ScanQuery
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ptupitsyn/ignite ignite-1910
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/232.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 #232
----
commit e167b30ca643ca57cfcc1bab2ff31b35ab2ce120
Author: Pavel Tupitsyn <[email protected]>
Date: 2015-11-13T12:52:05Z
IGNITE-1910 .Net: Possible handle leak in ScanQuery
commit fab5c723dc9d8926ed88f52af9d047de63afa31f
Author: Pavel Tupitsyn <[email protected]>
Date: 2015-11-13T13:26:52Z
Fix predicate close in Java
----
> .Net: Possible handle leak in ScanQuery
> ---------------------------------------
>
> Key: IGNITE-1910
> URL: https://issues.apache.org/jira/browse/IGNITE-1910
> Project: Ignite
> Issue Type: Bug
> Components: interop
> Affects Versions: 1.1.4
> Reporter: Pavel Tupitsyn
> Assignee: Pavel Tupitsyn
> Priority: Critical
> Fix For: 1.5
>
>
> See ScanQuery.cs, "writer.WriteObject(holder);" line.
> If it fails due to user filter being non-serializable, we leak a handle.
> Another leak is in Java. If the GridCloseableIteratorAdapter fails in ctor,
> it does not close keyValFilter.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)