}
LOG.error("Failed to change coordinator. Current value "
+ coord.getConcurrency() + ", "
+ SchemaHelper.formatDateUTC(coord.getEndTime()) + ", "
+ SchemaHelper.formatDateUTC(coord.getPauseTime()));
throw new IvoryException("Failed to change coordinator " + id
+ " with change value " + changeValueStr);
} catch (OozieClientException e) {
throw new IvoryException(e);
}
}