+ "\"%s\" to desired capacity %d: %s\n%s", scalingGroup(),
desiredSize(), e.getMessage(),
Throwables.getStackTraceAsString(e));
this.eventBus.post(new Alert(AlertTopics.RESIZE.name(),
AlertSeverity.ERROR, UtcTime.now(), message));
throw new CloudAdapterException(message, e);
} finally {
this.lock.unlock();
}
}