[jira] [Commented] (YARN-1832) wrong MockLocalizerStatus.equals() method implementation

2015-05-07 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-1832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14533566#comment-14533566
 ] 

Hadoop QA commented on YARN-1832:
-

\\
\\
| (/) *{color:green}+1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | pre-patch |   5m 18s | Pre-patch trunk compilation is 
healthy. |
| {color:green}+1{color} | @author |   0m  0s | The patch does not contain any 
@author tags. |
| {color:green}+1{color} | tests included |   0m  1s | The patch appears to 
include 1 new or modified test files. |
| {color:green}+1{color} | javac |   7m 43s | There were no new javac warning 
messages. |
| {color:green}+1{color} | release audit |   0m 20s | The applied patch does 
not increase the total number of release audit warnings. |
| {color:green}+1{color} | checkstyle |   0m 39s | 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 36s | mvn install still works. |
| {color:green}+1{color} | eclipse:eclipse |   0m 32s | The patch built with 
eclipse:eclipse. |
| {color:green}+1{color} | findbugs |   1m  3s | The patch does not introduce 
any new Findbugs (version 2.0.3) warnings. |
| {color:green}+1{color} | yarn tests |   5m 53s | Tests passed in 
hadoop-yarn-server-nodemanager. |
| | |  23m  9s | |
\\
\\
|| Subsystem || Report/Notes ||
| Patch URL | 
http://issues.apache.org/jira/secure/attachment/12634678/YARN-1832.patch |
| Optional Tests | javac unit findbugs checkstyle |
| git revision | trunk / 4d9f9e5 |
| hadoop-yarn-server-nodemanager test log | 
https://builds.apache.org/job/PreCommit-YARN-Build/7783/artifact/patchprocess/testrun_hadoop-yarn-server-nodemanager.txt
 |
| Test Results | 
https://builds.apache.org/job/PreCommit-YARN-Build/7783/testReport/ |
| Java | 1.7.0_55 |
| uname | Linux asf904.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/7783/console |


This message was automatically generated.

 wrong MockLocalizerStatus.equals() method implementation
 

 Key: YARN-1832
 URL: https://issues.apache.org/jira/browse/YARN-1832
 Project: Hadoop YARN
  Issue Type: Bug
  Components: nodemanager
Affects Versions: 2.2.0
Reporter: Hong Zhiguo
Assignee: Hong Zhiguo
Priority: Trivial
  Labels: BB2015-05-TBR
 Attachments: YARN-1832.patch


 return getLocalizerId().equals(other)  ...; should be
 return getLocalizerId().equals(other. getLocalizerId())  ...;
 getLocalizerId() returns String. It's expected to compare 
 this.getLocalizerId() against other.getLocalizerId().



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


[jira] [Commented] (YARN-1832) wrong MockLocalizerStatus.equals() method implementation

2015-05-07 Thread Li Lu (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-1832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14533457#comment-14533457
 ] 

Li Lu commented on YARN-1832:
-

This patch still applies to the latest trunk (as of now). LGTM. 

 wrong MockLocalizerStatus.equals() method implementation
 

 Key: YARN-1832
 URL: https://issues.apache.org/jira/browse/YARN-1832
 Project: Hadoop YARN
  Issue Type: Bug
  Components: nodemanager
Affects Versions: 2.2.0
Reporter: Hong Zhiguo
Assignee: Hong Zhiguo
Priority: Trivial
  Labels: BB2015-05-TBR
 Attachments: YARN-1832.patch


 return getLocalizerId().equals(other)  ...; should be
 return getLocalizerId().equals(other. getLocalizerId())  ...;
 getLocalizerId() returns String. It's expected to compare 
 this.getLocalizerId() against other.getLocalizerId().



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


[jira] [Commented] (YARN-1832) wrong MockLocalizerStatus.equals() method implementation

2015-05-02 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-1832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14525495#comment-14525495
 ] 

Hadoop QA commented on YARN-1832:
-

\\
\\
| (/) *{color:green}+1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | pre-patch |   5m 14s | Pre-patch trunk compilation is 
healthy. |
| {color:green}+1{color} | @author |   0m  0s | The patch does not contain any 
@author tags. |
| {color:green}+1{color} | tests included |   0m  0s | The patch appears to 
include 1 new or modified test files. |
| {color:green}+1{color} | javac |   7m 31s | There were no new javac warning 
messages. |
| {color:green}+1{color} | release audit |   0m 20s | The applied patch does 
not increase the total number of release audit warnings. |
| {color:green}+1{color} | checkstyle |   0m 35s | 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 34s | mvn install still works. |
| {color:green}+1{color} | eclipse:eclipse |   0m 32s | The patch built with 
eclipse:eclipse. |
| {color:green}+1{color} | findbugs |   1m  0s | The patch does not introduce 
any new Findbugs (version 2.0.3) warnings. |
| {color:green}+1{color} | yarn tests |   5m 47s | Tests passed in 
hadoop-yarn-server-nodemanager. |
| | |  22m 36s | |
\\
\\
|| Subsystem || Report/Notes ||
| Patch URL | 
http://issues.apache.org/jira/secure/attachment/12634678/YARN-1832.patch |
| Optional Tests | javac unit findbugs checkstyle |
| git revision | trunk / 6ae2a0d |
| hadoop-yarn-server-nodemanager test log | 
https://builds.apache.org/job/PreCommit-YARN-Build/7661/artifact/patchprocess/testrun_hadoop-yarn-server-nodemanager.txt
 |
| Test Results | 
https://builds.apache.org/job/PreCommit-YARN-Build/7661/testReport/ |
| Java | 1.7.0_55 |
| uname | Linux asf907.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/7661/console |


This message was automatically generated.

 wrong MockLocalizerStatus.equals() method implementation
 

 Key: YARN-1832
 URL: https://issues.apache.org/jira/browse/YARN-1832
 Project: Hadoop YARN
  Issue Type: Bug
  Components: nodemanager
Affects Versions: 2.2.0
Reporter: Hong Zhiguo
Assignee: Hong Zhiguo
Priority: Trivial
 Attachments: YARN-1832.patch


 return getLocalizerId().equals(other)  ...; should be
 return getLocalizerId().equals(other. getLocalizerId())  ...;
 getLocalizerId() returns String. It's expected to compare 
 this.getLocalizerId() against other.getLocalizerId().



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


[jira] [Commented] (YARN-1832) wrong MockLocalizerStatus.equals() method implementation

2014-03-17 Thread Akira AJISAKA (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-1832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13938374#comment-13938374
 ] 

Akira AJISAKA commented on YARN-1832:
-

LGTM, +1.

 wrong MockLocalizerStatus.equals() method implementation
 

 Key: YARN-1832
 URL: https://issues.apache.org/jira/browse/YARN-1832
 Project: Hadoop YARN
  Issue Type: Bug
  Components: nodemanager
Affects Versions: 2.2.0
Reporter: Hong Zhiguo
Priority: Trivial
 Attachments: YARN-1832.patch


 return getLocalizerId().equals(other)  ...; should be
 return getLocalizerId().equals(other. getLocalizerId())  ...;
 getLocalizerId() returns String. It's expected to compare 
 this.getLocalizerId() against other.getLocalizerId().



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (YARN-1832) wrong MockLocalizerStatus.equals() method implementation

2014-03-14 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-1832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13934816#comment-13934816
 ] 

Hadoop QA commented on YARN-1832:
-

{color:green}+1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12634678/YARN-1832.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}.  There were no new javadoc 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-nodemanager.

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

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

This message is automatically generated.

 wrong MockLocalizerStatus.equals() method implementation
 

 Key: YARN-1832
 URL: https://issues.apache.org/jira/browse/YARN-1832
 Project: Hadoop YARN
  Issue Type: Bug
  Components: nodemanager
Affects Versions: 2.2.0
Reporter: Hong Zhiguo
Priority: Trivial
 Attachments: YARN-1832.patch


 return getLocalizerId().equals(other)  ...; should be
 return getLocalizerId().equals(other. getLocalizerId())  ...;
 getLocalizerId() returns String. It's expected to compare 
 this.getLocalizerId() against other.getLocalizerId().



--
This message was sent by Atlassian JIRA
(v6.2#6252)