[
https://issues.apache.org/jira/browse/GEODE-1752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16444741#comment-16444741
]
Anthony Baker commented on GEODE-1752:
--------------------------------------
Is this still an issue? How much memory is being leaked?
> memory leak in GMSMembershipManager
> -----------------------------------
>
> Key: GEODE-1752
> URL: https://issues.apache.org/jira/browse/GEODE-1752
> Project: Geode
> Issue Type: Task
> Components: membership
> Reporter: Bruce Schuchardt
> Priority: Major
>
> GMSMembershipManager has a TODO to rewrite waitForMembershipCheck to wait for
> a particular membership view to be installed. It currently uses a map of
> memberID->CountDownLatch to wait for a member but the latches are never
> removed from the map.
> DistributionManager already has a waitForViewInstallation method that does
> something similar and it could be replaced by a call to the new
> GMSMembershipManager method.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)