sendEvent(new AMContainerEventNodeFailed(c, "Node blacklisted"));
}
// these containers are not useful anymore
pastContainers.addAll(containers);
containers.clear();
sendEvent(new AMSchedulerEventNodeBlacklistUpdate(getNodeId(), true));
sendEvent(new AMNodeEvent(getNodeId(),
AMNodeEventType.N_NODE_WAS_BLACKLISTED));
}