if (Services.get().get(JobsConcurrencyService.class).isJobIdForThisServer(caction.getId())) {
Services.get().get(InstrumentationService.class).get()
.incr(INSTRUMENTATION_GROUP, INSTR_RECOVERED_COORD_ACTIONS_COUNTER, 1);
if (caction.getStatus() == CoordinatorActionBean.Status.WAITING) {
queueCallable(new CoordActionInputCheckXCommand(caction.getId(), caction.getJobId()));
log.info("Recover a WAITING coord action and resubmit CoordActionInputCheckXCommand :"
+ caction.getId());
if (caction.getPushMissingDependencies() != null
&& caction.getPushMissingDependencies().length() != 0) {
queueCallable(new CoordPushDependencyCheckXCommand(caction.getId(), true, true),
pushMissingDepDelay);