[ 
https://issues.apache.org/jira/browse/YARN-8165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Weiwei Yang updated YARN-8165:
------------------------------
    Description: 
Found some incorrect logging messages in RM log

{noformat}
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=
{noformat}

Note, value for queue is incorrect.

  was:
Found some incorrect logging messages in RM log

{noformat}
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=
{noformat}

Note, value for queue is incorrect.


> Incorrect queue name logging in AbstractContainerAllocator
> ----------------------------------------------------------
>
>                 Key: YARN-8165
>                 URL: https://issues.apache.org/jira/browse/YARN-8165
>             Project: Hadoop YARN
>          Issue Type: Bug
>          Components: capacityscheduler
>    Affects Versions: 2.9.0, 3.0.0
>            Reporter: Weiwei Yang
>            Assignee: Weiwei Yang
>            Priority: Trivial
>         Attachments: YARN-8165.001.patch
>
>
> Found some incorrect logging messages in RM log
> {noformat}
> 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=
> {noformat}
> Note, value for queue is incorrect.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org

Reply via email to