+ EntityGroupSpecifierType.ENTITYGROUP_NAME + " actual: " + type);
}
EntityGroupInfo entityGroupInfo = assignmentManager
.getEntityGroupStates().getEntityGroupInfo(entityGroupName);
if (entityGroupInfo == null)
throw new UnknownEntityGroupException(Bytes.toString(entityGroupName));
assignmentManager.assign(entityGroupInfo, true, true);
return aegr;
} catch (IOException ioe) {
throw new ServiceException(ioe);
}