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

[jira] [Created] (GEODE-9130) Remove the chain of unused client metadata

Matthew Reddington created GEODE-9130:
-----------------------------------------

             Summary: Remove the chain of unused client metadata
                 Key: GEODE-9130
                 URL: https://issues.apache.org/jira/browse/GEODE-9130
             Project: Geode
          Issue Type: Improvement
          Components: native client
            Reporter: Matthew Reddington


ClientMetadata::m_previousOne constitutes a linked list of old metadata, every time the metadata is refreshed. Nothing accesses this field other than to set it, so it's a do-nothing memory leaking relic whose lack of removal was an oversight. The member should be removed, along with ClientMetadata::setPreviousone and any related references to either.



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