Details
-
Bug
-
Status: Patch Available
-
Minor
-
Resolution: Unresolved
-
3.3.0
-
None
-
None
Description
when getting an ApplicationResourceUsageReport instance from the class of SchedulerApplicationAttempt, I found the input constructor parameter(reservedContainers.size()) is wrong. because the type of this variable is Map<SchedulerRequestKey, Map<NodeId, RMContainer>>, so "reservedContainer.size()" is not the number of containers, but the number of SchedulerRequestKey.