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 ...@@ -218,8 +218,6 @@ public class DistributedGroupStore
218 public void deactivate() { 218 public void deactivate() {
219 cfgService.unregisterProperties(getClass(), false); 219 cfgService.unregisterProperties(getClass(), false);
220 clusterCommunicator.removeSubscriber(GroupStoreMessageSubjects.REMOTE_GROUP_OP_REQUEST); 220 clusterCommunicator.removeSubscriber(GroupStoreMessageSubjects.REMOTE_GROUP_OP_REQUEST);
221 - groupStoreEntriesByKey.destroy();
222 - auditPendingReqQueue.destroy();
223 log.info("Stopped"); 221 log.info("Stopped");
224 } 222 }
225 223
......