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 "Bilwa S T (Jira)" <ji...@apache.org> on 2020/07/21 14:58:00 UTC

[jira] [Created] (YARN-10359) Log container report only if list is not empty

Bilwa S T created YARN-10359:
--------------------------------

             Summary: Log container report only if list is not empty
                 Key: YARN-10359
                 URL: https://issues.apache.org/jira/browse/YARN-10359
             Project: Hadoop YARN
          Issue Type: Bug
            Reporter: Bilwa S T


In NodeStatusUpdaterImpl print log only if containerReports list is  not empty
{code:java}
if (containerReports != null) {
        LOG.info("Registering with RM using containers :" + containerReports);
 }
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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