for (final AllocatedSlice sliceToRelease : newlyAllocatedSlicesOfJob) {
sliceToRelease.getHostingInstance().removeAllocatedSlice(sliceToRelease.getAllocationID());
}
// TODO: Remove previously allocated slices again
throw new InstanceException("Could not find a suitable instance");
} else {
// Remaining instances are pending
final int numberOfRemainingInstances = maximumNumberOfInstances - i;
if (numberOfRemainingInstances > 0) {