Details
-
Sub-task
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
2.8.0
-
Reviewed
Description
Delegating container runtime uses the container's launch context to determine which runtime to use. However, during container recovery, a container object is not passed as input which leads to a NullPointerException when attempting to access the container's launch context.
Attachments
Attachments
Issue Links
- is broken by
-
YARN-3684 Change ContainerExecutor's primary lifecycle methods to use a more extensible mechanism for passing information.
- Resolved