Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.7.0
-
None
-
None
Description
JobInProgress.kill() logs jobs as finished in jobtracker history, whereas they should be logged as failed.
JobInProgress.kill() logs jobs as finished in jobtracker history, whereas they should be logged as failed.
This patch fixes 2 issues with jobtracker history logging.
1. JobInProgress.kill() now logs jobs as failed instead of finished.
2. For failed task attempts, the failure is not propagated to Task page until the taskAttempts fails max(4) no of times. Earlier the failed task attempt's error would be visible on task page even when a subsequent task attempt succeeded, which was confusing.