Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
3.0.0-alpha1
Description
in method allocateOffSwitch of AppSchedulingInfo.java, only invoke update OffRack request, the comment should be "Update cloned OffRack requests for recovery" not "Update cloned RackLocal and OffRack requests for recover"
// Update cloned RackLocal and OffRack requests for recovery
resourceRequests.add(cloneResourceRequest(offSwitchRequest));
Attachments
Attachments
Issue Links
- is cloned by
-
YARN-10539 CLONE - Fix comment in o.a.h.y.server.resourcemanager.schedulerAppSchedulingInfo
- Resolved