if (bundleaction.isPending()) {
bundleaction.decrementAndGetPending();
}
bundleaction.setLastModifiedTime(new Date());
bundleaction.setCoordId(coordjob.getId());
jpaService.execute(new BundleActionUpdateJPAExecutor(bundleaction));
LOG.info("Updated bundle action [{0}] from prev status [{1}] to current coord status [{2}], and new bundle action pending [{3}]", bundleaction
.getBundleActionId(), bundleActionStatus, coordCurrentStatus, bundleaction.getPending());
LOG.debug("ENDED BundleStatusUpdateXCommand with bubdle id : " + coordjob.getBundleId() + " coord job ID: "
+ coordjob.getId() + " coord Status " + coordjob.getStatus());