Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
If a container completes due to an NM being lost, we should not count this towards container failures that may eventually cause the AM to fail the application. We are already using a ContainerOutcome of Completed (rather than Failed) for this type of container exit, so we just need to change the failure counting in that case. Other failure types associated with Completed are killed by the AM, killed by the RM, and killed after app completion, none of which need to contribute to container failures.
Attachments
Attachments
Issue Links
- is depended upon by
-
SLIDER-958 the application is failed by yarn.container.failure.threshold when upgrading the application
-
- Resolved
-