[jira] [Commented] (YARN-3552) RM Web UI shows -1 running containers for completed apps

2015-05-06 Thread Hudson (JIRA)

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

Hudson commented on YARN-3552:
--

SUCCESS: Integrated in Hadoop-Mapreduce-trunk-Java8 #186 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Java8/186/])
YARN-3552. RM Web UI shows -1 running containers for completed apps. 
Contributed by Rohith (jlowe: rev 9356cf8676fd18f78655e8a6f2e6c946997dbd40)
* 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/RMAppsBlock.java
* 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/FairSchedulerAppsBlock.java
* hadoop-yarn-project/CHANGES.txt


> RM Web UI shows -1 running containers for completed apps
> 
>
> Key: YARN-3552
> URL: https://issues.apache.org/jira/browse/YARN-3552
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: webapp
>Affects Versions: 2.8.0
>Reporter: Rohith
>Assignee: Rohith
>Priority: Trivial
>  Labels: newbie
> Fix For: 2.8.0
>
> Attachments: 0001-YARN-3552.patch, 0001-YARN-3552.patch, 
> 0002-YARN-3552.patch, yarn-3352.PNG
>
>
> In the RMServerUtils, the default values are negative number which results in 
> the displayiing the RM web UI also negative number. 
> {code}
>   public static final ApplicationResourceUsageReport
> DUMMY_APPLICATION_RESOURCE_USAGE_REPORT =
>   BuilderUtils.newApplicationResourceUsageReport(-1, -1,
>   Resources.createResource(-1, -1), Resources.createResource(-1, -1),
>   Resources.createResource(-1, -1), 0, 0);
> {code}



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


[jira] [Commented] (YARN-3552) RM Web UI shows -1 running containers for completed apps

2015-05-06 Thread Hudson (JIRA)

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

Hudson commented on YARN-3552:
--

FAILURE: Integrated in Hadoop-Mapreduce-trunk #2135 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/2135/])
YARN-3552. RM Web UI shows -1 running containers for completed apps. 
Contributed by Rohith (jlowe: rev 9356cf8676fd18f78655e8a6f2e6c946997dbd40)
* 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/FairSchedulerAppsBlock.java
* 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/RMAppsBlock.java
* hadoop-yarn-project/CHANGES.txt


> RM Web UI shows -1 running containers for completed apps
> 
>
> Key: YARN-3552
> URL: https://issues.apache.org/jira/browse/YARN-3552
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: webapp
>Affects Versions: 2.8.0
>Reporter: Rohith
>Assignee: Rohith
>Priority: Trivial
>  Labels: newbie
> Fix For: 2.8.0
>
> Attachments: 0001-YARN-3552.patch, 0001-YARN-3552.patch, 
> 0002-YARN-3552.patch, yarn-3352.PNG
>
>
> In the RMServerUtils, the default values are negative number which results in 
> the displayiing the RM web UI also negative number. 
> {code}
>   public static final ApplicationResourceUsageReport
> DUMMY_APPLICATION_RESOURCE_USAGE_REPORT =
>   BuilderUtils.newApplicationResourceUsageReport(-1, -1,
>   Resources.createResource(-1, -1), Resources.createResource(-1, -1),
>   Resources.createResource(-1, -1), 0, 0);
> {code}



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


[jira] [Commented] (YARN-3552) RM Web UI shows -1 running containers for completed apps

2015-05-06 Thread Hudson (JIRA)

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

Hudson commented on YARN-3552:
--

FAILURE: Integrated in Hadoop-Hdfs-trunk #2117 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/2117/])
YARN-3552. RM Web UI shows -1 running containers for completed apps. 
Contributed by Rohith (jlowe: rev 9356cf8676fd18f78655e8a6f2e6c946997dbd40)
* 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/FairSchedulerAppsBlock.java
* 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/RMAppsBlock.java
* hadoop-yarn-project/CHANGES.txt


> RM Web UI shows -1 running containers for completed apps
> 
>
> Key: YARN-3552
> URL: https://issues.apache.org/jira/browse/YARN-3552
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: webapp
>Affects Versions: 2.8.0
>Reporter: Rohith
>Assignee: Rohith
>Priority: Trivial
>  Labels: newbie
> Fix For: 2.8.0
>
> Attachments: 0001-YARN-3552.patch, 0001-YARN-3552.patch, 
> 0002-YARN-3552.patch, yarn-3352.PNG
>
>
> In the RMServerUtils, the default values are negative number which results in 
> the displayiing the RM web UI also negative number. 
> {code}
>   public static final ApplicationResourceUsageReport
> DUMMY_APPLICATION_RESOURCE_USAGE_REPORT =
>   BuilderUtils.newApplicationResourceUsageReport(-1, -1,
>   Resources.createResource(-1, -1), Resources.createResource(-1, -1),
>   Resources.createResource(-1, -1), 0, 0);
> {code}



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


[jira] [Commented] (YARN-3552) RM Web UI shows -1 running containers for completed apps

2015-05-06 Thread Hudson (JIRA)

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

Hudson commented on YARN-3552:
--

FAILURE: Integrated in Hadoop-Hdfs-trunk-Java8 #176 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk-Java8/176/])
YARN-3552. RM Web UI shows -1 running containers for completed apps. 
Contributed by Rohith (jlowe: rev 9356cf8676fd18f78655e8a6f2e6c946997dbd40)
* 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/FairSchedulerAppsBlock.java
* hadoop-yarn-project/CHANGES.txt
* 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/RMAppsBlock.java


> RM Web UI shows -1 running containers for completed apps
> 
>
> Key: YARN-3552
> URL: https://issues.apache.org/jira/browse/YARN-3552
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: webapp
>Affects Versions: 2.8.0
>Reporter: Rohith
>Assignee: Rohith
>Priority: Trivial
>  Labels: newbie
> Fix For: 2.8.0
>
> Attachments: 0001-YARN-3552.patch, 0001-YARN-3552.patch, 
> 0002-YARN-3552.patch, yarn-3352.PNG
>
>
> In the RMServerUtils, the default values are negative number which results in 
> the displayiing the RM web UI also negative number. 
> {code}
>   public static final ApplicationResourceUsageReport
> DUMMY_APPLICATION_RESOURCE_USAGE_REPORT =
>   BuilderUtils.newApplicationResourceUsageReport(-1, -1,
>   Resources.createResource(-1, -1), Resources.createResource(-1, -1),
>   Resources.createResource(-1, -1), 0, 0);
> {code}



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


[jira] [Commented] (YARN-3552) RM Web UI shows -1 running containers for completed apps

2015-05-06 Thread Hudson (JIRA)

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

Hudson commented on YARN-3552:
--

SUCCESS: Integrated in Hadoop-Yarn-trunk #919 (See 
[https://builds.apache.org/job/Hadoop-Yarn-trunk/919/])
YARN-3552. RM Web UI shows -1 running containers for completed apps. 
Contributed by Rohith (jlowe: rev 9356cf8676fd18f78655e8a6f2e6c946997dbd40)
* 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/RMAppsBlock.java
* hadoop-yarn-project/CHANGES.txt
* 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/FairSchedulerAppsBlock.java


> RM Web UI shows -1 running containers for completed apps
> 
>
> Key: YARN-3552
> URL: https://issues.apache.org/jira/browse/YARN-3552
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: webapp
>Affects Versions: 2.8.0
>Reporter: Rohith
>Assignee: Rohith
>Priority: Trivial
>  Labels: newbie
> Fix For: 2.8.0
>
> Attachments: 0001-YARN-3552.patch, 0001-YARN-3552.patch, 
> 0002-YARN-3552.patch, yarn-3352.PNG
>
>
> In the RMServerUtils, the default values are negative number which results in 
> the displayiing the RM web UI also negative number. 
> {code}
>   public static final ApplicationResourceUsageReport
> DUMMY_APPLICATION_RESOURCE_USAGE_REPORT =
>   BuilderUtils.newApplicationResourceUsageReport(-1, -1,
>   Resources.createResource(-1, -1), Resources.createResource(-1, -1),
>   Resources.createResource(-1, -1), 0, 0);
> {code}



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


[jira] [Commented] (YARN-3552) RM Web UI shows -1 running containers for completed apps

2015-05-05 Thread Hudson (JIRA)

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

Hudson commented on YARN-3552:
--

FAILURE: Integrated in Hadoop-Yarn-trunk-Java8 #185 (See 
[https://builds.apache.org/job/Hadoop-Yarn-trunk-Java8/185/])
YARN-3552. RM Web UI shows -1 running containers for completed apps. 
Contributed by Rohith (jlowe: rev 9356cf8676fd18f78655e8a6f2e6c946997dbd40)
* hadoop-yarn-project/CHANGES.txt
* 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/FairSchedulerAppsBlock.java
* 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/RMAppsBlock.java


> RM Web UI shows -1 running containers for completed apps
> 
>
> Key: YARN-3552
> URL: https://issues.apache.org/jira/browse/YARN-3552
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: webapp
>Affects Versions: 2.8.0
>Reporter: Rohith
>Assignee: Rohith
>Priority: Trivial
>  Labels: newbie
> Fix For: 2.8.0
>
> Attachments: 0001-YARN-3552.patch, 0001-YARN-3552.patch, 
> 0002-YARN-3552.patch, yarn-3352.PNG
>
>
> In the RMServerUtils, the default values are negative number which results in 
> the displayiing the RM web UI also negative number. 
> {code}
>   public static final ApplicationResourceUsageReport
> DUMMY_APPLICATION_RESOURCE_USAGE_REPORT =
>   BuilderUtils.newApplicationResourceUsageReport(-1, -1,
>   Resources.createResource(-1, -1), Resources.createResource(-1, -1),
>   Resources.createResource(-1, -1), 0, 0);
> {code}



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


[jira] [Commented] (YARN-3552) RM Web UI shows -1 running containers for completed apps

2015-05-05 Thread Hudson (JIRA)

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

Hudson commented on YARN-3552:
--

FAILURE: Integrated in Hadoop-trunk-Commit #7732 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/7732/])
YARN-3552. RM Web UI shows -1 running containers for completed apps. 
Contributed by Rohith (jlowe: rev 9356cf8676fd18f78655e8a6f2e6c946997dbd40)
* 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/FairSchedulerAppsBlock.java
* 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/RMAppsBlock.java
* hadoop-yarn-project/CHANGES.txt


> RM Web UI shows -1 running containers for completed apps
> 
>
> Key: YARN-3552
> URL: https://issues.apache.org/jira/browse/YARN-3552
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: webapp
>Affects Versions: 2.8.0
>Reporter: Rohith
>Assignee: Rohith
>Priority: Trivial
>  Labels: newbie
> Fix For: 2.8.0
>
> Attachments: 0001-YARN-3552.patch, 0001-YARN-3552.patch, 
> 0002-YARN-3552.patch, yarn-3352.PNG
>
>
> In the RMServerUtils, the default values are negative number which results in 
> the displayiing the RM web UI also negative number. 
> {code}
>   public static final ApplicationResourceUsageReport
> DUMMY_APPLICATION_RESOURCE_USAGE_REPORT =
>   BuilderUtils.newApplicationResourceUsageReport(-1, -1,
>   Resources.createResource(-1, -1), Resources.createResource(-1, -1),
>   Resources.createResource(-1, -1), 0, 0);
> {code}



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


[jira] [Commented] (YARN-3552) RM Web UI shows -1 running containers for completed apps

2015-05-05 Thread Jason Lowe (JIRA)

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

Jason Lowe commented on YARN-3552:
--

+1 lgtm.  Committing this.

> RM Web UI shows -1 running containers for completed apps
> 
>
> Key: YARN-3552
> URL: https://issues.apache.org/jira/browse/YARN-3552
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: webapp
>Reporter: Rohith
>Assignee: Rohith
>Priority: Trivial
>  Labels: newbie
> Attachments: 0001-YARN-3552.patch, 0001-YARN-3552.patch, 
> 0002-YARN-3552.patch, yarn-3352.PNG
>
>
> In the RMServerUtils, the default values are negative number which results in 
> the displayiing the RM web UI also negative number. 
> {code}
>   public static final ApplicationResourceUsageReport
> DUMMY_APPLICATION_RESOURCE_USAGE_REPORT =
>   BuilderUtils.newApplicationResourceUsageReport(-1, -1,
>   Resources.createResource(-1, -1), Resources.createResource(-1, -1),
>   Resources.createResource(-1, -1), 0, 0);
> {code}



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


[jira] [Commented] (YARN-3552) RM Web UI shows -1 running containers for completed apps

2015-05-05 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on YARN-3552:
-

\\
\\
| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | pre-patch |  14m 35s | Pre-patch trunk compilation is 
healthy. |
| {color:green}+1{color} | @author |   0m  0s | The patch does not contain any 
@author tags. |
| {color:red}-1{color} | tests included |   0m  0s | 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{color} | javac |   7m 33s | There were no new javac warning 
messages. |
| {color:green}+1{color} | javadoc |   9m 35s | There were no new javadoc 
warning messages. |
| {color:green}+1{color} | release audit |   0m 23s | The applied patch does 
not increase the total number of release audit warnings. |
| {color:green}+1{color} | checkstyle |   0m 46s | There were no new checkstyle 
issues. |
| {color:green}+1{color} | whitespace |   0m  0s | The patch has no lines that 
end in whitespace. |
| {color:green}+1{color} | install |   1m 32s | mvn install still works. |
| {color:green}+1{color} | eclipse:eclipse |   0m 34s | The patch built with 
eclipse:eclipse. |
| {color:green}+1{color} | findbugs |   1m 14s | The patch does not introduce 
any new Findbugs (version 2.0.3) warnings. |
| {color:green}+1{color} | yarn tests |  52m 44s | Tests passed in 
hadoop-yarn-server-resourcemanager. |
| | |  89m  0s | |
\\
\\
|| Subsystem || Report/Notes ||
| Patch URL | 
http://issues.apache.org/jira/secure/attachment/12730377/0002-YARN-3552.patch |
| Optional Tests | javadoc javac unit findbugs checkstyle |
| git revision | trunk / 318081c |
| hadoop-yarn-server-resourcemanager test log | 
https://builds.apache.org/job/PreCommit-YARN-Build/7704/artifact/patchprocess/testrun_hadoop-yarn-server-resourcemanager.txt
 |
| Test Results | 
https://builds.apache.org/job/PreCommit-YARN-Build/7704/testReport/ |
| Java | 1.7.0_55 |
| uname | Linux asf909.gq1.ygridcore.net 3.13.0-36-lowlatency #63-Ubuntu SMP 
PREEMPT Wed Sep 3 21:56:12 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux |
| Console output | 
https://builds.apache.org/job/PreCommit-YARN-Build/7704/console |


This message was automatically generated.

> RM Web UI shows -1 running containers for completed apps
> 
>
> Key: YARN-3552
> URL: https://issues.apache.org/jira/browse/YARN-3552
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: webapp
>Reporter: Rohith
>Assignee: Rohith
>Priority: Trivial
>  Labels: newbie
> Attachments: 0001-YARN-3552.patch, 0001-YARN-3552.patch, 
> 0002-YARN-3552.patch, yarn-3352.PNG
>
>
> In the RMServerUtils, the default values are negative number which results in 
> the displayiing the RM web UI also negative number. 
> {code}
>   public static final ApplicationResourceUsageReport
> DUMMY_APPLICATION_RESOURCE_USAGE_REPORT =
>   BuilderUtils.newApplicationResourceUsageReport(-1, -1,
>   Resources.createResource(-1, -1), Resources.createResource(-1, -1),
>   Resources.createResource(-1, -1), 0, 0);
> {code}



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


[jira] [Commented] (YARN-3552) RM Web UI shows -1 running containers for completed apps

2015-05-04 Thread Jason Lowe (JIRA)

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

Jason Lowe commented on YARN-3552:
--

Thanks for the patch, Rohith.  Just one nit with the indentation of the 
FairSchedulerAppsBlock change, as it doesn't match the surrounding code 
otherwise lgtm.

> RM Web UI shows -1 running containers for completed apps
> 
>
> Key: YARN-3552
> URL: https://issues.apache.org/jira/browse/YARN-3552
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: webapp
>Reporter: Rohith
>Assignee: Rohith
>Priority: Trivial
>  Labels: newbie
> Attachments: 0001-YARN-3552.patch, 0001-YARN-3552.patch, 
> 0001-YARN-3552.patch, yarn-3352.PNG
>
>
> In the RMServerUtils, the default values are negative number which results in 
> the displayiing the RM web UI also negative number. 
> {code}
>   public static final ApplicationResourceUsageReport
> DUMMY_APPLICATION_RESOURCE_USAGE_REPORT =
>   BuilderUtils.newApplicationResourceUsageReport(-1, -1,
>   Resources.createResource(-1, -1), Resources.createResource(-1, -1),
>   Resources.createResource(-1, -1), 0, 0);
> {code}



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


[jira] [Commented] (YARN-3552) RM Web UI shows -1 running containers for completed apps

2015-04-30 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on YARN-3552:
-

\\
\\
| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | pre-patch |  15m  1s | Pre-patch trunk compilation is 
healthy. |
| {color:green}+1{color} | @author |   0m  0s | The patch does not contain any 
@author tags. |
| {color:red}-1{color} | tests included |   0m  0s | 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{color} | whitespace |   0m  0s | The patch has no lines that 
end in whitespace. |
| {color:green}+1{color} | javac |   7m 42s | There were no new javac warning 
messages. |
| {color:green}+1{color} | javadoc |   9m 44s | There were no new javadoc 
warning messages. |
| {color:green}+1{color} | release audit |   0m 22s | The applied patch does 
not increase the total number of release audit warnings. |
| {color:red}-1{color} | checkstyle |   3m 56s | The applied patch generated  2 
 additional checkstyle issues. |
| {color:green}+1{color} | install |   1m 32s | mvn install still works. |
| {color:green}+1{color} | eclipse:eclipse |   0m 33s | The patch built with 
eclipse:eclipse. |
| {color:green}+1{color} | findbugs |   1m 15s | The patch does not introduce 
any new Findbugs (version 2.0.3) warnings. |
| {color:red}-1{color} | yarn tests |  52m 27s | Tests failed in 
hadoop-yarn-server-resourcemanager. |
| | |  92m 35s | |
\\
\\
|| Reason || Tests ||
| Failed unit tests | 
hadoop.yarn.server.resourcemanager.scheduler.capacity.TestContainerAllocation |
\\
\\
|| Subsystem || Report/Notes ||
| Patch URL | 
http://issues.apache.org/jira/secure/attachment/12729420/0001-YARN-3552.patch |
| Optional Tests | javadoc javac unit findbugs checkstyle |
| git revision | trunk / f5b3847 |
| checkstyle | 
https://builds.apache.org/job/PreCommit-YARN-Build/7552/artifact/patchprocess/checkstyle-result-diff.txt
 |
| hadoop-yarn-server-resourcemanager test log | 
https://builds.apache.org/job/PreCommit-YARN-Build/7552/artifact/patchprocess/testrun_hadoop-yarn-server-resourcemanager.txt
 |
| Test Results | 
https://builds.apache.org/job/PreCommit-YARN-Build/7552/testReport/ |
| Java | 1.7.0_55 |
| uname | Linux asf903.gq1.ygridcore.net 3.13.0-36-lowlatency #63-Ubuntu SMP 
PREEMPT Wed Sep 3 21:56:12 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux |
| Console output | 
https://builds.apache.org/job/PreCommit-YARN-Build/7552/console |


This message was automatically generated.

> RM Web UI shows -1 running containers for completed apps
> 
>
> Key: YARN-3552
> URL: https://issues.apache.org/jira/browse/YARN-3552
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: webapp
>Reporter: Rohith
>Assignee: Rohith
>Priority: Trivial
> Attachments: 0001-YARN-3552.patch, 0001-YARN-3552.patch, 
> 0001-YARN-3552.patch, yarn-3352.PNG
>
>
> In the RMServerUtils, the default values are negative number which results in 
> the displayiing the RM web UI also negative number. 
> {code}
>   public static final ApplicationResourceUsageReport
> DUMMY_APPLICATION_RESOURCE_USAGE_REPORT =
>   BuilderUtils.newApplicationResourceUsageReport(-1, -1,
>   Resources.createResource(-1, -1), Resources.createResource(-1, -1),
>   Resources.createResource(-1, -1), 0, 0);
> {code}



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


[jira] [Commented] (YARN-3552) RM Web UI shows -1 running containers for completed apps

2015-04-30 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on YARN-3552:
-

\\
\\
| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | pre-patch |  14m 43s | Pre-patch trunk compilation is 
healthy. |
| {color:green}+1{color} | @author |   0m  0s | The patch does not contain any 
@author tags. |
| {color:red}-1{color} | tests included |   0m  0s | 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{color} | whitespace |   0m  0s | The patch has no lines that 
end in whitespace. |
| {color:green}+1{color} | javac |   7m 33s | There were no new javac warning 
messages. |
| {color:green}+1{color} | javadoc |   9m 35s | There were no new javadoc 
warning messages. |
| {color:green}+1{color} | release audit |   0m 23s | The applied patch does 
not increase the total number of release audit warnings. |
| {color:red}-1{color} | checkstyle |   7m 38s | The applied patch generated  1 
 additional checkstyle issues. |
| {color:green}+1{color} | install |   1m 32s | mvn install still works. |
| {color:green}+1{color} | eclipse:eclipse |   0m 33s | The patch built with 
eclipse:eclipse. |
| {color:green}+1{color} | findbugs |   1m 16s | The patch does not introduce 
any new Findbugs (version 2.0.3) warnings. |
| {color:red}-1{color} | yarn tests |  62m 58s | Tests failed in 
hadoop-yarn-server-resourcemanager. |
| | | 106m 14s | |
\\
\\
|| Reason || Tests ||
| Failed unit tests | 
hadoop.yarn.server.resourcemanager.scheduler.capacity.TestContainerAllocation |
|   | hadoop.yarn.server.resourcemanager.TestRMRestart |
| Timed out tests | 
org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.TestNodeLabelContainerAllocation
 |
\\
\\
|| Subsystem || Report/Notes ||
| Patch URL | 
http://issues.apache.org/jira/secure/attachment/12729401/0001-YARN-3552.patch |
| Optional Tests | javadoc javac unit findbugs checkstyle |
| git revision | trunk / aa22450 |
| checkstyle | 
https://builds.apache.org/job/PreCommit-YARN-Build/7550/artifact/patchprocess/checkstyle-result-diff.txt
 |
| hadoop-yarn-server-resourcemanager test log | 
https://builds.apache.org/job/PreCommit-YARN-Build/7550/artifact/patchprocess/testrun_hadoop-yarn-server-resourcemanager.txt
 |
| Test Results | 
https://builds.apache.org/job/PreCommit-YARN-Build/7550/testReport/ |
| Java | 1.7.0_55 |
| uname | Linux asf902.gq1.ygridcore.net 3.13.0-36-lowlatency #63-Ubuntu SMP 
PREEMPT Wed Sep 3 21:56:12 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux |
| Console output | 
https://builds.apache.org/job/PreCommit-YARN-Build/7550/console |


This message was automatically generated.

> RM Web UI shows -1 running containers for completed apps
> 
>
> Key: YARN-3552
> URL: https://issues.apache.org/jira/browse/YARN-3552
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: webapp
>Reporter: Rohith
>Assignee: Rohith
>Priority: Trivial
> Attachments: 0001-YARN-3552.patch, 0001-YARN-3552.patch, 
> 0001-YARN-3552.patch, yarn-3352.PNG
>
>
> In the RMServerUtils, the default values are negative number which results in 
> the displayiing the RM web UI also negative number. 
> {code}
>   public static final ApplicationResourceUsageReport
> DUMMY_APPLICATION_RESOURCE_USAGE_REPORT =
>   BuilderUtils.newApplicationResourceUsageReport(-1, -1,
>   Resources.createResource(-1, -1), Resources.createResource(-1, -1),
>   Resources.createResource(-1, -1), 0, 0);
> {code}



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


[jira] [Commented] (YARN-3552) RM Web UI shows -1 running containers for completed apps

2015-04-29 Thread Rohith (JIRA)

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

Rohith commented on YARN-3552:
--

My bad, missed it. Thanks for pointing out, will update patch for it

> RM Web UI shows -1 running containers for completed apps
> 
>
> Key: YARN-3552
> URL: https://issues.apache.org/jira/browse/YARN-3552
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: webapp
>Reporter: Rohith
>Assignee: Rohith
>Priority: Trivial
> Attachments: 0001-YARN-3552.patch, 0001-YARN-3552.patch, yarn-3352.PNG
>
>
> In the RMServerUtils, the default values are negative number which results in 
> the displayiing the RM web UI also negative number. 
> {code}
>   public static final ApplicationResourceUsageReport
> DUMMY_APPLICATION_RESOURCE_USAGE_REPORT =
>   BuilderUtils.newApplicationResourceUsageReport(-1, -1,
>   Resources.createResource(-1, -1), Resources.createResource(-1, -1),
>   Resources.createResource(-1, -1), 0, 0);
> {code}



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


[jira] [Commented] (YARN-3552) RM Web UI shows -1 running containers for completed apps

2015-04-29 Thread Ryu Kobayashi (JIRA)

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

Ryu Kobayashi commented on YARN-3552:
-

I think this problem exists even FairScheduler.
FairSchedulerAppsBlock.java:
{code}
  .append(appInfo.getRunningContainers()).append("\",\"")
{code}

> RM Web UI shows -1 running containers for completed apps
> 
>
> Key: YARN-3552
> URL: https://issues.apache.org/jira/browse/YARN-3552
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: webapp
>Reporter: Rohith
>Assignee: Rohith
>Priority: Trivial
> Attachments: 0001-YARN-3552.patch, 0001-YARN-3552.patch, yarn-3352.PNG
>
>
> In the RMServerUtils, the default values are negative number which results in 
> the displayiing the RM web UI also negative number. 
> {code}
>   public static final ApplicationResourceUsageReport
> DUMMY_APPLICATION_RESOURCE_USAGE_REPORT =
>   BuilderUtils.newApplicationResourceUsageReport(-1, -1,
>   Resources.createResource(-1, -1), Resources.createResource(-1, -1),
>   Resources.createResource(-1, -1), 0, 0);
> {code}



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