Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.23.3, 2.0.0-alpha
-
None
-
None
-
Reviewed
Description
Say the AM wanted a container at hosts h1, h2, h3. After getting a container at h1 it should tell RM that it no longer needs containers at h2, h3. Otherwise on the RM h2, h3 remain valid allocation locations.
The AM RMContainerAllocator does remove these resource requests internally. When the resource request container count drops to 0 then it drops the resource request from its tables but forgets to send the 0 sized request to the RM.
Attachments
Attachments
Issue Links
- is duplicated by
-
MAPREDUCE-4984 AM leaves unwanted node/rack requests after container has been assigned
- Resolved
- relates to
-
YARN-110 AM releases too many containers due to the protocol
- Open