[
https://issues.apache.org/jira/browse/YARN-1892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13969828#comment-13969828
]
Zhijie Shen commented on YARN-1892:
-----------------------------------
NM log will be full of the following sentence as it is recorded on every
heartbeat.
{code}
- if (LOG.isDebugEnabled()) {
- LOG.debug(this.nodeId + " sending out status for "
- + containersStatuses.size() + " containers");
- }
+ LOG.info(this.nodeId + " sending out container statuses: "
+ + containersStatuses);
{code}
> Excessive logging in RM
> -----------------------
>
> Key: YARN-1892
> URL: https://issues.apache.org/jira/browse/YARN-1892
> Project: Hadoop YARN
> Issue Type: Bug
> Reporter: Siddharth Seth
> Assignee: Jian He
> Priority: Minor
> Attachments: YARN-1892.1.patch, YARN-1892.2.patch
>
>
> Mostly in the CS I believe
> {code}
> INFO
> org.apache.hadoop.yarn.server.resourcemanager.scheduler.SchedulerApplicationAttempt:
> Application application_1395435468498_0011 reserved container
> container_1395435468498_0011_01_000213 on node host: #containers=5
> available=4096 used=20960, currently has 1 at priority 4; currentReservation
> 4096
> {code}
> {code}
> INFO
> org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.LeafQueue:
> hive2 usedResources: <memory:20480, vCores:5> clusterResources:
> <memory:81920, vCores:16> currentCapacity 0.25 required <memory:4096,
> vCores:1> potentialNewCapacity: 0.255 ( max-capacity: 0.25)
> {code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)