Madan Jampani
Committed by Gerrit Code Review

Do not purge group store state when a node is shutdown

Change-Id: Ia33519613006d1960bd6f9d436b55426ec707c69
......@@ -218,8 +218,6 @@ public class DistributedGroupStore
public void deactivate() {
cfgService.unregisterProperties(getClass(), false);
clusterCommunicator.removeSubscriber(GroupStoreMessageSubjects.REMOTE_GROUP_OP_REQUEST);
groupStoreEntriesByKey.destroy();
auditPendingReqQueue.destroy();
log.info("Stopped");
}
......