Interface InternalFailuresListener
- All Known Implementing Classes:
UpdateSchedulerNgOnInternalFailuresListener
public interface InternalFailuresListener
This interface enables subscribing to failures that are detected from the JobMaster side (e.g.,
from within the
ExecutionGraph). In contrast, there are also failures that are detected
by the TaskManager, which are communicated via JobMasterGateway.updateTaskExecutionState(TaskExecutionState).-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidnotifyTaskFailure(ExecutionAttemptID attemptId, Throwable t, boolean cancelTask, boolean releasePartitions)
-
Method Details
-
notifyTaskFailure
void notifyTaskFailure(ExecutionAttemptID attemptId, Throwable t, boolean cancelTask, boolean releasePartitions) -
notifyGlobalFailure
-