/* No join event, therefore no matching leave event. */
return;
}
RepGroupImpl repGroup = repNode.getGroup();
LeaveGroup leaveEvent =
getProtocol(repGroup).new LeaveGroup(repNode.getNodeName(),
repNode.getMasterName(),
reason,
joinTime,
System.currentTimeMillis());
refreshMonitors(repGroup, leaveEvent);