Details
-
Sub-task
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
None
-
None
Description
Currently, the OperatorCoordinators receive failure notifications on task restart. That follows the same approach as the InputSplit assigners from the legacy sources (after which the integration of the Coordinators with the Scheduler was modeled).
However, propagating the failure notifications during the actual failure is more intuitive, and also improve situations where tasks fail but don't get restarted for a while (this can happen for batch tasks when a TM dies and no spare resources are available). In those cases, the coordinator can react much earlier to the failure.