Bruce Schuchardt created GEODE-1752: ---------------------------------------
Summary: 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 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 (v6.3.4#6332)