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 "Rohith Sharma K S (JIRA)" <ji...@apache.org> on 2016/08/23 15:41:20 UTC

[jira] [Created] (YARN-5553) [ATSv2] "metrics" for YARN_CONTAINERS are displayed as empty.

Rohith Sharma K S created YARN-5553:
---------------------------------------

             Summary: [ATSv2] "metrics" for YARN_CONTAINERS are displayed as empty.
                 Key: YARN-5553
                 URL: https://issues.apache.org/jira/browse/YARN-5553
             Project: Hadoop YARN
          Issue Type: Bug
            Reporter: Rohith Sharma K S


metrics for YARN_CONTAINER entity types are displayed as empty. For master containers some values are displayed but for other containers randomly it displays metric values.

I think the behavior is due to publishing of container metric in monitor thread from NodeManager. There are 2 issues I observe is 
# Some containers has metric values CPU-Memory, some are empty. 
# The CPU-Memory values taken are from current usage which monitor thread reports. But issue with it is *aggregationOp* is SUM. So Each time monitor thread reported values is being added and give some bigger values. But ideally it is not actual usage. 

I think CPU-MEMORY metric values for yarn-containers entities should be allocated values. 



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

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