Details
-
Bug
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
2.9.0, 3.0.0
-
None
-
Reviewed
Description
Found some incorrect logging messages in RM log
INFO Reserved container application=application_1523849397637_0006 resource=<memory:1024, vCores:1> queue=org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.allocator.RegularContainerAllocator@38224385 cluster=<memory:2048000, vCores:2000> ... INFO AbstractContainerAllocator:131 - assignedContainer application attempt=appattempt_1523849397637_0006_000001 container=null queue=org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.allocator.RegularContainerAllocator@38224385 clusterResource=<memory:2048000, vCores:2000> type=OFF_SWITCH requestedPartition=
Note, value for queue is incorrect.
Attachments
Attachments
Issue Links
- is caused by
-
YARN-5716 Add global scheduler interface definition and update CapacityScheduler to use it.
- Resolved