[jira] [Commented] (YARN-767) Initialize Application status metrics when QueueMetrics is initialized

2013-06-12 Thread Hudson (JIRA)

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

Hudson commented on YARN-767:
-

Integrated in Hadoop-Mapreduce-trunk #1455 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1455/])
YARN-767. Initialize application metrics at RM bootup. Contributed by Jian 
He. (Revision 1491989)

 Result = SUCCESS
acmurthy : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1491989
Files : 
* /hadoop/common/trunk/hadoop-yarn-project/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/ResourceManager.java
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/QueueMetrics.java
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/TestQueueMetrics.java
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/fair/TestFairScheduler.java


> Initialize Application status metrics  when QueueMetrics is initialized
> ---
>
> Key: YARN-767
> URL: https://issues.apache.org/jira/browse/YARN-767
> Project: Hadoop YARN
>  Issue Type: Bug
>Reporter: Jian He
>Assignee: Jian He
> Fix For: 2.1.0-beta
>
> Attachments: YARN-767.1.patch, YARN-767.2.patch, YARN-767.3.patch, 
> YARN-767.4.patch, YARN-767.5.patch
>
>
> Applications: ResourceManager.QueueMetrics.AppsSubmitted, 
> ResourceManager.QueueMetrics.AppsRunning, 
> ResourceManager.QueueMetrics.AppsPending, 
> ResourceManager.QueueMetrics.AppsCompleted, 
> ResourceManager.QueueMetrics.AppsKilled, 
> ResourceManager.QueueMetrics.AppsFailed
> For now these metrics are created only when they are needed, we want to make 
> them be seen when QueueMetrics is initialized

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (YARN-767) Initialize Application status metrics when QueueMetrics is initialized

2013-06-12 Thread Hudson (JIRA)

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

Hudson commented on YARN-767:
-

Integrated in Hadoop-Hdfs-trunk #1428 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/1428/])
YARN-767. Initialize application metrics at RM bootup. Contributed by Jian 
He. (Revision 1491989)

 Result = FAILURE
acmurthy : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1491989
Files : 
* /hadoop/common/trunk/hadoop-yarn-project/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/ResourceManager.java
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/QueueMetrics.java
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/TestQueueMetrics.java
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/fair/TestFairScheduler.java


> Initialize Application status metrics  when QueueMetrics is initialized
> ---
>
> Key: YARN-767
> URL: https://issues.apache.org/jira/browse/YARN-767
> Project: Hadoop YARN
>  Issue Type: Bug
>Reporter: Jian He
>Assignee: Jian He
> Fix For: 2.1.0-beta
>
> Attachments: YARN-767.1.patch, YARN-767.2.patch, YARN-767.3.patch, 
> YARN-767.4.patch, YARN-767.5.patch
>
>
> Applications: ResourceManager.QueueMetrics.AppsSubmitted, 
> ResourceManager.QueueMetrics.AppsRunning, 
> ResourceManager.QueueMetrics.AppsPending, 
> ResourceManager.QueueMetrics.AppsCompleted, 
> ResourceManager.QueueMetrics.AppsKilled, 
> ResourceManager.QueueMetrics.AppsFailed
> For now these metrics are created only when they are needed, we want to make 
> them be seen when QueueMetrics is initialized

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (YARN-767) Initialize Application status metrics when QueueMetrics is initialized

2013-06-12 Thread Hudson (JIRA)

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

Hudson commented on YARN-767:
-

Integrated in Hadoop-Yarn-trunk #238 (See 
[https://builds.apache.org/job/Hadoop-Yarn-trunk/238/])
YARN-767. Initialize application metrics at RM bootup. Contributed by Jian 
He. (Revision 1491989)

 Result = SUCCESS
acmurthy : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1491989
Files : 
* /hadoop/common/trunk/hadoop-yarn-project/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/ResourceManager.java
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/QueueMetrics.java
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/TestQueueMetrics.java
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/fair/TestFairScheduler.java


> Initialize Application status metrics  when QueueMetrics is initialized
> ---
>
> Key: YARN-767
> URL: https://issues.apache.org/jira/browse/YARN-767
> Project: Hadoop YARN
>  Issue Type: Bug
>Reporter: Jian He
>Assignee: Jian He
> Fix For: 2.1.0-beta
>
> Attachments: YARN-767.1.patch, YARN-767.2.patch, YARN-767.3.patch, 
> YARN-767.4.patch, YARN-767.5.patch
>
>
> Applications: ResourceManager.QueueMetrics.AppsSubmitted, 
> ResourceManager.QueueMetrics.AppsRunning, 
> ResourceManager.QueueMetrics.AppsPending, 
> ResourceManager.QueueMetrics.AppsCompleted, 
> ResourceManager.QueueMetrics.AppsKilled, 
> ResourceManager.QueueMetrics.AppsFailed
> For now these metrics are created only when they are needed, we want to make 
> them be seen when QueueMetrics is initialized

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (YARN-767) Initialize Application status metrics when QueueMetrics is initialized

2013-06-11 Thread Hudson (JIRA)

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

Hudson commented on YARN-767:
-

Integrated in Hadoop-trunk-Commit #3900 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/3900/])
YARN-767. Initialize application metrics at RM bootup. Contributed by Jian 
He. (Revision 1491989)

 Result = SUCCESS
acmurthy : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1491989
Files : 
* /hadoop/common/trunk/hadoop-yarn-project/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/ResourceManager.java
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/QueueMetrics.java
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/TestQueueMetrics.java
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/fair/TestFairScheduler.java


> Initialize Application status metrics  when QueueMetrics is initialized
> ---
>
> Key: YARN-767
> URL: https://issues.apache.org/jira/browse/YARN-767
> Project: Hadoop YARN
>  Issue Type: Bug
>Reporter: Jian He
>Assignee: Jian He
> Fix For: 2.1.0-beta
>
> Attachments: YARN-767.1.patch, YARN-767.2.patch, YARN-767.3.patch, 
> YARN-767.4.patch, YARN-767.5.patch
>
>
> Applications: ResourceManager.QueueMetrics.AppsSubmitted, 
> ResourceManager.QueueMetrics.AppsRunning, 
> ResourceManager.QueueMetrics.AppsPending, 
> ResourceManager.QueueMetrics.AppsCompleted, 
> ResourceManager.QueueMetrics.AppsKilled, 
> ResourceManager.QueueMetrics.AppsFailed
> For now these metrics are created only when they are needed, we want to make 
> them be seen when QueueMetrics is initialized

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (YARN-767) Initialize Application status metrics when QueueMetrics is initialized

2013-06-11 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on YARN-767:


{color:green}+1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12587316/YARN-767.5.patch
  against trunk revision .

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:green}+1 tests included{color}.  The patch appears to include 2 new 
or modified test files.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:green}+1 javadoc{color}.  The javadoc tool did not generate any 
warning messages.

{color:green}+1 eclipse:eclipse{color}.  The patch built with 
eclipse:eclipse.

{color:green}+1 findbugs{color}.  The patch does not introduce any new 
Findbugs (version 1.3.9) warnings.

{color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

{color:green}+1 core tests{color}.  The patch passed unit tests in 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager.

{color:green}+1 contrib tests{color}.  The patch passed contrib unit tests.

Test results: 
https://builds.apache.org/job/PreCommit-YARN-Build/1196//testReport/
Console output: https://builds.apache.org/job/PreCommit-YARN-Build/1196//console

This message is automatically generated.

> Initialize Application status metrics  when QueueMetrics is initialized
> ---
>
> Key: YARN-767
> URL: https://issues.apache.org/jira/browse/YARN-767
> Project: Hadoop YARN
>  Issue Type: Bug
>Reporter: Jian He
>Assignee: Jian He
> Attachments: YARN-767.1.patch, YARN-767.2.patch, YARN-767.3.patch, 
> YARN-767.4.patch, YARN-767.5.patch
>
>
> Applications: ResourceManager.QueueMetrics.AppsSubmitted, 
> ResourceManager.QueueMetrics.AppsRunning, 
> ResourceManager.QueueMetrics.AppsPending, 
> ResourceManager.QueueMetrics.AppsCompleted, 
> ResourceManager.QueueMetrics.AppsKilled, 
> ResourceManager.QueueMetrics.AppsFailed
> For now these metrics are created only when they are needed, we want to make 
> them be seen when QueueMetrics is initialized

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (YARN-767) Initialize Application status metrics when QueueMetrics is initialized

2013-06-11 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on YARN-767:


{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12587272/YARN-767.4.patch
  against trunk revision .

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:green}+1 tests included{color}.  The patch appears to include 1 new 
or modified test files.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:green}+1 javadoc{color}.  The javadoc tool did not generate any 
warning messages.

{color:green}+1 eclipse:eclipse{color}.  The patch built with 
eclipse:eclipse.

{color:green}+1 findbugs{color}.  The patch does not introduce any new 
Findbugs (version 1.3.9) warnings.

{color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

{color:red}-1 core tests{color}.  The patch failed these unit tests in 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager:

  
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.TestFairScheduler

{color:green}+1 contrib tests{color}.  The patch passed contrib unit tests.

Test results: 
https://builds.apache.org/job/PreCommit-YARN-Build/1194//testReport/
Console output: https://builds.apache.org/job/PreCommit-YARN-Build/1194//console

This message is automatically generated.

> Initialize Application status metrics  when QueueMetrics is initialized
> ---
>
> Key: YARN-767
> URL: https://issues.apache.org/jira/browse/YARN-767
> Project: Hadoop YARN
>  Issue Type: Bug
>Reporter: Jian He
>Assignee: Jian He
> Attachments: YARN-767.1.patch, YARN-767.2.patch, YARN-767.3.patch, 
> YARN-767.4.patch
>
>
> Applications: ResourceManager.QueueMetrics.AppsSubmitted, 
> ResourceManager.QueueMetrics.AppsRunning, 
> ResourceManager.QueueMetrics.AppsPending, 
> ResourceManager.QueueMetrics.AppsCompleted, 
> ResourceManager.QueueMetrics.AppsKilled, 
> ResourceManager.QueueMetrics.AppsFailed
> For now these metrics are created only when they are needed, we want to make 
> them be seen when QueueMetrics is initialized

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (YARN-767) Initialize Application status metrics when QueueMetrics is initialized

2013-06-10 Thread Jian He (JIRA)

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

Jian He commented on YARN-767:
--

we cannot put the initAppStatusMetrics immediately after forQueue is called 
because by that time metricsSystem has not been initialized.

> Initialize Application status metrics  when QueueMetrics is initialized
> ---
>
> Key: YARN-767
> URL: https://issues.apache.org/jira/browse/YARN-767
> Project: Hadoop YARN
>  Issue Type: Bug
>Reporter: Jian He
>Assignee: Jian He
> Attachments: YARN-767.1.patch, YARN-767.2.patch, YARN-767.3.patch
>
>
> Applications: ResourceManager.QueueMetrics.AppsSubmitted, 
> ResourceManager.QueueMetrics.AppsRunning, 
> ResourceManager.QueueMetrics.AppsPending, 
> ResourceManager.QueueMetrics.AppsCompleted, 
> ResourceManager.QueueMetrics.AppsKilled, 
> ResourceManager.QueueMetrics.AppsFailed
> For now these metrics are created only when they are needed, we want to make 
> them be seen when QueueMetrics is initialized

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (YARN-767) Initialize Application status metrics when QueueMetrics is initialized

2013-06-07 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on YARN-767:


{color:green}+1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12586751/YARN-767.2.patch
  against trunk revision .

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:green}+1 tests included{color}.  The patch appears to include 1 new 
or modified test files.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:green}+1 javadoc{color}.  The javadoc tool did not generate any 
warning messages.

{color:green}+1 eclipse:eclipse{color}.  The patch built with 
eclipse:eclipse.

{color:green}+1 findbugs{color}.  The patch does not introduce any new 
Findbugs (version 1.3.9) warnings.

{color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

{color:green}+1 core tests{color}.  The patch passed unit tests in 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager.

{color:green}+1 contrib tests{color}.  The patch passed contrib unit tests.

Test results: 
https://builds.apache.org/job/PreCommit-YARN-Build/1160//testReport/
Console output: https://builds.apache.org/job/PreCommit-YARN-Build/1160//console

This message is automatically generated.

> Initialize Application status metrics  when QueueMetrics is initialized
> ---
>
> Key: YARN-767
> URL: https://issues.apache.org/jira/browse/YARN-767
> Project: Hadoop YARN
>  Issue Type: Bug
>Reporter: Jian He
>Assignee: Jian He
> Attachments: YARN-767.1.patch, YARN-767.2.patch
>
>
> Applications: ResourceManager.QueueMetrics.AppsSubmitted, 
> ResourceManager.QueueMetrics.AppsRunning, 
> ResourceManager.QueueMetrics.AppsPending, 
> ResourceManager.QueueMetrics.AppsCompleted, 
> ResourceManager.QueueMetrics.AppsKilled, 
> ResourceManager.QueueMetrics.AppsFailed
> For now these metrics are created only when they are needed, we want to make 
> them be seen when QueueMetrics is initialized

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (YARN-767) Initialize Application status metrics when QueueMetrics is initialized

2013-06-07 Thread Arun C Murthy (JIRA)

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

Arun C Murthy commented on YARN-767:


The patch looks good.

Nit: initAppStatusMetrics should be a private method.

> Initialize Application status metrics  when QueueMetrics is initialized
> ---
>
> Key: YARN-767
> URL: https://issues.apache.org/jira/browse/YARN-767
> Project: Hadoop YARN
>  Issue Type: Bug
>Reporter: Jian He
>Assignee: Jian He
> Attachments: YARN-767.1.patch
>
>
> Applications: ResourceManager.QueueMetrics.AppsSubmitted, 
> ResourceManager.QueueMetrics.AppsRunning, 
> ResourceManager.QueueMetrics.AppsPending, 
> ResourceManager.QueueMetrics.AppsCompleted, 
> ResourceManager.QueueMetrics.AppsKilled, 
> ResourceManager.QueueMetrics.AppsFailed
> For now these metrics are created only when they are needed, we want to make 
> them be seen when QueueMetrics is initialized

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (YARN-767) Initialize Application status metrics when QueueMetrics is initialized

2013-06-05 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on YARN-767:


{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12586442/YARN-767.1.patch
  against trunk revision .

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:red}-1 tests included{color}.  The patch doesn't appear to include 
any new or modified tests.
Please justify why no new tests are needed for this 
patch.
Also please list what manual steps were performed to 
verify this patch.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:green}+1 javadoc{color}.  The javadoc tool did not generate any 
warning messages.

{color:green}+1 eclipse:eclipse{color}.  The patch built with 
eclipse:eclipse.

{color:green}+1 findbugs{color}.  The patch does not introduce any new 
Findbugs (version 1.3.9) warnings.

{color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

{color:green}+1 core tests{color}.  The patch passed unit tests in 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager.

{color:green}+1 contrib tests{color}.  The patch passed contrib unit tests.

Test results: 
https://builds.apache.org/job/PreCommit-YARN-Build/1135//testReport/
Console output: https://builds.apache.org/job/PreCommit-YARN-Build/1135//console

This message is automatically generated.

> Initialize Application status metrics  when QueueMetrics is initialized
> ---
>
> Key: YARN-767
> URL: https://issues.apache.org/jira/browse/YARN-767
> Project: Hadoop YARN
>  Issue Type: Bug
>Reporter: Jian He
>Assignee: Jian He
> Attachments: YARN-767.1.patch
>
>
> Applications: ResourceManager.QueueMetrics.AppsSubmitted, 
> ResourceManager.QueueMetrics.AppsRunning, 
> ResourceManager.QueueMetrics.AppsPending, 
> ResourceManager.QueueMetrics.AppsCompleted, 
> ResourceManager.QueueMetrics.AppsKilled, 
> ResourceManager.QueueMetrics.AppsFailed
> For now these metrics are created only when they are needed, we want to make 
> them be seen when QueueMetrics is initialized

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira