You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Blake Bender (Jira)" <ji...@apache.org> on 2021/04/30 18:06:00 UTC

[jira] [Closed] (GEODE-9200) Leaked message used to signal "all endpoints disconnected"

     [ https://issues.apache.org/jira/browse/GEODE-9200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Blake Bender closed GEODE-9200.
-------------------------------

> Leaked message used to signal "all endpoints disconnected"
> ----------------------------------------------------------
>
>                 Key: GEODE-9200
>                 URL: https://issues.apache.org/jira/browse/GEODE-9200
>             Project: Geode
>          Issue Type: Sub-task
>          Components: native client
>            Reporter: Blake Bender
>            Assignee: Blake Bender
>            Priority: Major
>              Labels: pull-request-available
>
> Geode native uses a "blank" reply message to signal to regions that all endpoints have disconnected, i.e. they can shut down.  This message is allocated on the heap into a static pointer in the function `TcrMessage::getAllEPDisMess`, but is never deleted.  This should be a dynamically allocated message, so it can be cleaned up via `delete` in the region like all other messages.



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