{
final GroupManagementService gms;
try {
gms = GMSFactory.getGMSModule(clusterName);
if(gms != null){
gms.shutdown(shutdownType);
GMSFactory.setGMSEnabledState( clusterName, Boolean.FALSE);
GMSFactory.removeGMSModule( clusterName );
}
//gmsInstances.remove( clusterName );
}