Varun Sharma

ONOS-4651 fix

Change-Id: I9f09745237fc5b3b4e1f275288d36db3414e58db
......@@ -755,6 +755,9 @@ public class DistributedGroupStore
existing.state());
synchronized (existing) {
existing.setState(GroupState.PENDING_DELETE);
getGroupStoreKeyMap().
put(new GroupStoreKeyMapKey(existing.deviceId(), existing.appCookie()),
existing);
}
log.debug("deleteGroupDescriptionInternal: in device {} issuing GROUP_REMOVE_REQUESTED",
deviceId);
......