LOG.warn("Exception in getting host object; Is it fatal?", e);
}
if (lastHeartbeat + 2 * threadWakeupInterval < now) {
LOG.warn("Heartbeat lost from host " + host);
//Heartbeat is expired
hostObj.handleEvent(new HostHeartbeatLostEvent(host));
// mark all components that are not clients with unknown status
for (Cluster cluster : clusters.getClustersForHost(hostObj.getHostName())) {
for (ServiceComponentHost sch : cluster.getServiceComponentHosts(hostObj.getHostName())) {
Service s = cluster.getService(sch.getServiceName());