You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Trung (Jira)" <ji...@apache.org> on 2019/10/18 15:28:00 UTC

[jira] [Comment Edited] (IGNITE-10959) Memory leaks in continuous query handlers

    [ https://issues.apache.org/jira/browse/IGNITE-10959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16954690#comment-16954690 ] 

Trung edited comment on IGNITE-10959 at 10/18/19 3:27 PM:
----------------------------------------------------------

We're affected by this issue as well. Memory is leaked at an alarming rate. See the attached continuousquery_leak_profile.png for the profile result of where the leaks are, They're all in byte[] buffers inside BinaryObjectImpl inside CacheContinuousQueryEntry,


was (Author: tdo):
We're affected by this issue as well. Memory is leaked at an alarming rate. See the attached continuousquery_leak_profile.png for the profile result of where the leaks are, They're all in byte[] buffers of BinaryObjectImpl inside CacheContinuousQueryEntry,

> Memory leaks in continuous query handlers
> -----------------------------------------
>
>                 Key: IGNITE-10959
>                 URL: https://issues.apache.org/jira/browse/IGNITE-10959
>             Project: Ignite
>          Issue Type: Bug
>    Affects Versions: 2.7
>            Reporter: Denis Mekhanikov
>            Priority: Major
>             Fix For: 2.9
>
>         Attachments: CacheContinuousQueryMemoryUsageTest.java, continuousquery_leak_profile.png
>
>
> Continuous query handlers don't clear internal data structures after cache events are processed.
> A test, that reproduces the problem, is attached.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)