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)