LOG.warn("Operation failed - may be retried. Service component host: "
+ schName + ", host: " + hostname);
scHost.handleEvent(new ServiceComponentHostOpFailedEvent(schName,
hostname, now));
} else if (report.getStatus().equals("IN_PROGRESS")) {
scHost.handleEvent(new ServiceComponentHostOpInProgressEvent(schName,
hostname, now));
}
} catch (ServiceComponentNotFoundException scnex) {
LOG.warn("Service component not found ", scnex);
} catch (InvalidStateTransitionException ex) {