You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Devaraj K (JIRA)" <ji...@apache.org> on 2015/02/16 17:05:12 UTC

[jira] [Commented] (YARN-3197) Confusing log generated by CapacityScheduler

    [ https://issues.apache.org/jira/browse/YARN-3197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14322929#comment-14322929 ] 

Devaraj K commented on YARN-3197:
---------------------------------

{code:xml}
  protected synchronized void completedContainer(RMContainer rmContainer,
      ContainerStatus containerStatus, RMContainerEventType event) {
    if (rmContainer == null) {
      LOG.info("Null container completed...");
      return;
    }
{code}

Here this log can be updated with containerId from ContainerStatus along with the some meaningful message.


> Confusing log generated by CapacityScheduler
> --------------------------------------------
>
>                 Key: YARN-3197
>                 URL: https://issues.apache.org/jira/browse/YARN-3197
>             Project: Hadoop YARN
>          Issue Type: Bug
>          Components: capacityscheduler
>    Affects Versions: 2.6.0
>            Reporter: Hitesh Shah
>            Assignee: Varun Saxena
>            Priority: Minor
>
> 2015-02-12 20:35:39,968 INFO  capacity.CapacityScheduler (CapacityScheduler.java:completedContainer(1190)) - Null container completed...
> 2015-02-12 20:35:39,968 INFO  capacity.CapacityScheduler (CapacityScheduler.java:completedContainer(1190)) - Null container completed...
> 2015-02-12 20:35:39,968 INFO  capacity.CapacityScheduler (CapacityScheduler.java:completedContainer(1190)) - Null container completed...
> 2015-02-12 20:35:40,960 INFO  capacity.CapacityScheduler (CapacityScheduler.java:completedContainer(1190)) - Null container completed...
> 2015-02-12 20:35:40,960 INFO  capacity.CapacityScheduler (CapacityScheduler.java:completedContainer(1190)) - Null container completed...



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)