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 "Sunil G (JIRA)" <ji...@apache.org> on 2017/12/12 10:11:00 UTC

[jira] [Commented] (YARN-7508) NPE in FiCaSchedulerApp when debug log enabled in async-scheduling mode

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

Sunil G commented on YARN-7508:
-------------------------------

[~bibinchundatt] Could you please commit this patch if no issues.

> NPE in FiCaSchedulerApp when debug log enabled in async-scheduling mode
> -----------------------------------------------------------------------
>
>                 Key: YARN-7508
>                 URL: https://issues.apache.org/jira/browse/YARN-7508
>             Project: Hadoop YARN
>          Issue Type: Bug
>          Components: capacityscheduler
>    Affects Versions: 2.9.0, 3.0.0-alpha4
>            Reporter: Tao Yang
>            Assignee: Tao Yang
>         Attachments: YARN-7508.001.patch
>
>
> YARN-6678 have fixed the IllegalStateException problem but the debug log it added may cause NPE when trying to print containerId of non-existed reserved container on this node. Replace {{schedulerContainer.getSchedulerNode().getReservedContainer().getContainerId()}} with {{schedulerContainer.getSchedulerNode().getReservedContainer()}} can fix this problem.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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