masterExecutions.put(entry.getKey(), set);
}
if (set.size() == 0) {
// we consumed all executions, send complete event
// TODO: we could track failures
getYarnEventPublisher().publishEvent(new PartitionedStepExecutionEvent(this, entry.getKey()));
stepExecutionStateListener.state(PartitionedStepExecutionState.COMPLETED, entry.getKey());
}
}
} else {
log.warn("No assigned step execution for containerId=" + containerId);