Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
0.23.3
-
None
Description
The capacity scheduler has the ability to 'reserve' containers. Unfortunately before it decides that it goes to reserved rather then assigned, the Container object is created which creates a container token that expires in roughly 10 minutes by default.
This means that by the time the NM frees up enough space on that node for the container to move to assigned the container token may have expired.
Attachments
Attachments
Issue Links
- relates to
-
YARN-1417 RM may issue expired container tokens to AM while issuing new containers.
- Closed