-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.6.0
-
Fix Version/s: 2.7.0, 2.6.1, 3.0.0-alpha1
-
Component/s: nodemanager
-
Labels:
We have observed that LocalizerRunner always gives a LIVE action at the end of localization process.
The problem is findNextResource() can return null even when pending was not empty prior to the call. This method removes localized resources from pending, therefore we should check the return value, and gives DIE action when it returns null.
- is related to
-
YARN-3516 killing ContainerLocalizer action doesn't take effect when private localizer receives FETCH_FAILURE status.
-
- Closed
-