if (gms != null) {
GroupHandle gh = gms.getGroupHandle();
try {
getLogger().log(Level.INFO, "GMS WATCHDOG notification to group:"+ clusterName + " that member:" +
pInstance.getName() + " has failed.");
gh.announceWatchdogObservedFailure(pInstance.getName());
} catch (Error e) {
getLogger().log(Level.FINE, "Exception is ", e);
}
}
}