+ materializeJobs.size());
for (CoordinatorJobBean coordJob : materializeJobs) {
Services.get().get(InstrumentationService.class).get().incr(INSTRUMENTATION_GROUP,
INSTR_MAT_JOBS_COUNTER, 1);
int numWaitingActions = jpaService
.execute(new CoordActionsActiveCountJPAExecutor(coordJob.getId()));
LOG.debug("Job :" + coordJob.getId() + " numWaitingActions : " + numWaitingActions + " MatThrottle : "
+ coordJob.getMatThrottling());
if (numWaitingActions >= coordJob.getMatThrottling()) {
LOG.debug("Materialization skipped for JobID [" + coordJob.getId() + " already waiting "
+ numWaitingActions + " actions. MatThrottle is : " + coordJob.getMatThrottling());