if(GMSFactory.isGMSEnabled( clusterName )) {
try {
final GroupManagementService gms =
GMSFactory.getGMSModule( clusterName );
gms.announceGroupStartup(clusterName, startState, members);
}
catch ( Exception e ) {
//harmless at this point, hence ignored.
}
}