You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geode.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/03/08 21:27:38 UTC

[jira] [Commented] (GEODE-2616) A colocated paritioned region will leak memory when it is closed or destroyed

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

ASF subversion and git services commented on GEODE-2616:
--------------------------------------------------------

Commit a0716a57b19f330c991d8bc8d77a8b7b4352ed86 in geode's branch refs/heads/develop from [~dschneider]
[ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=a0716a5 ]

GEODE-2616: fix leak in colocated region removal

postDestroyRegion now removes itself from colocated parent colocatedByList


> A colocated paritioned region will leak memory when it is closed or destroyed
> -----------------------------------------------------------------------------
>
>                 Key: GEODE-2616
>                 URL: https://issues.apache.org/jira/browse/GEODE-2616
>             Project: Geode
>          Issue Type: Bug
>          Components: regions
>    Affects Versions: 1.1.0
>            Reporter: Darrel Schneider
>            Assignee: Darrel Schneider
>
> When a colocated partitioned region is created it registers itself with the parent region it is colocated with. When that same region is closed or destroyed it does not deregister itself from the parent.
> This results in a memory leak that remains until the parent region is itself closed or destroyed.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)