Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
2.6.0, 2.7.0
-
None
-
None
Description
RMNode#ReconnectNodeTransition has messed up for every ReconnectedEvent. This part of the code can be clean up where we do not require to remove node and add new node every time.
Supporting to above point, in the issue discussion YARN-3222 mentioned in the comment link1 and link2
Clean up can do the following things
- It always remove an old node and add a new node. This is not really required, instead old node can be updated with new values.
- RMNode#totalCapability has stale capability after NM is reconnected.
Attachments
Attachments
Issue Links
- is related to
-
YARN-4344 NMs reconnecting with changed capabilities can lead to wrong cluster resource calculations
- Closed