[jira] [Commented] (YARN-532) RMAdminProtocolPBClientImpl should implement Closeable

2013-04-05 Thread Hudson (JIRA)

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

Hudson commented on YARN-532:
-

Integrated in Hadoop-Hdfs-trunk #1364 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/1364/])
YARN-532. Change RMAdmin and Localization client protocol PB 
implementations to implement closeable so that they can be stopped when needed 
via RPC.stopProxy(). Contributed by Siddharth Seth. (Revision 1464788)

 Result = FAILURE
vinodkv : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1464788
Files : 
* /hadoop/common/trunk/hadoop-yarn-project/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/api/impl/pb/client/RMAdminProtocolPBClientImpl.java
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/java/org/apache/hadoop/yarn/server/nodemanager/api/impl/pb/client/LocalizationProtocolPBClientImpl.java


 RMAdminProtocolPBClientImpl should implement Closeable
 --

 Key: YARN-532
 URL: https://issues.apache.org/jira/browse/YARN-532
 Project: Hadoop YARN
  Issue Type: Bug
Affects Versions: 2.0.3-alpha
Reporter: Siddharth Seth
Assignee: Siddharth Seth
 Fix For: 2.0.5-beta

 Attachments: YARN-532.txt, YARN-532.txt


 Required for RPC.stopProxy to work. Already done in most of the other 
 protocols. (MAPREDUCE-5117 addressing the one other protocol missing this)

--
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-532) RMAdminProtocolPBClientImpl should implement Closeable

2013-04-05 Thread Hudson (JIRA)

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

Hudson commented on YARN-532:
-

Integrated in Hadoop-Mapreduce-trunk #1391 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1391/])
YARN-532. Change RMAdmin and Localization client protocol PB 
implementations to implement closeable so that they can be stopped when needed 
via RPC.stopProxy(). Contributed by Siddharth Seth. (Revision 1464788)

 Result = SUCCESS
vinodkv : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1464788
Files : 
* /hadoop/common/trunk/hadoop-yarn-project/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/api/impl/pb/client/RMAdminProtocolPBClientImpl.java
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/java/org/apache/hadoop/yarn/server/nodemanager/api/impl/pb/client/LocalizationProtocolPBClientImpl.java


 RMAdminProtocolPBClientImpl should implement Closeable
 --

 Key: YARN-532
 URL: https://issues.apache.org/jira/browse/YARN-532
 Project: Hadoop YARN
  Issue Type: Bug
Affects Versions: 2.0.3-alpha
Reporter: Siddharth Seth
Assignee: Siddharth Seth
 Fix For: 2.0.5-beta

 Attachments: YARN-532.txt, YARN-532.txt


 Required for RPC.stopProxy to work. Already done in most of the other 
 protocols. (MAPREDUCE-5117 addressing the one other protocol missing this)

--
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-532) RMAdminProtocolPBClientImpl should implement Closeable

2013-04-04 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on YARN-532:


{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12577088/YARN-532.txt
  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-common 
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/672//testReport/
Console output: https://builds.apache.org/job/PreCommit-YARN-Build/672//console

This message is automatically generated.

 RMAdminProtocolPBClientImpl should implement Closeable
 --

 Key: YARN-532
 URL: https://issues.apache.org/jira/browse/YARN-532
 Project: Hadoop YARN
  Issue Type: Bug
Affects Versions: 2.0.3-alpha
Reporter: Siddharth Seth
Assignee: Siddharth Seth
 Attachments: YARN-532.txt, YARN-532.txt


 Required for RPC.stopProxy to work. Already done in most of the other 
 protocols. (MAPREDUCE-5117 addressing the one other protocol missing this)

--
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-532) RMAdminProtocolPBClientImpl should implement Closeable

2013-04-04 Thread Vinod Kumar Vavilapalli (JIRA)

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

Vinod Kumar Vavilapalli commented on YARN-532:
--

Looks good, checking it in.

 RMAdminProtocolPBClientImpl should implement Closeable
 --

 Key: YARN-532
 URL: https://issues.apache.org/jira/browse/YARN-532
 Project: Hadoop YARN
  Issue Type: Bug
Affects Versions: 2.0.3-alpha
Reporter: Siddharth Seth
Assignee: Siddharth Seth
 Attachments: YARN-532.txt, YARN-532.txt


 Required for RPC.stopProxy to work. Already done in most of the other 
 protocols. (MAPREDUCE-5117 addressing the one other protocol missing this)

--
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-532) RMAdminProtocolPBClientImpl should implement Closeable

2013-04-04 Thread Hudson (JIRA)

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

Hudson commented on YARN-532:
-

Integrated in Hadoop-trunk-Commit #3567 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/3567/])
YARN-532. Change RMAdmin and Localization client protocol PB 
implementations to implement closeable so that they can be stopped when needed 
via RPC.stopProxy(). Contributed by Siddharth Seth. (Revision 1464788)

 Result = SUCCESS
vinodkv : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1464788
Files : 
* /hadoop/common/trunk/hadoop-yarn-project/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/api/impl/pb/client/RMAdminProtocolPBClientImpl.java
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/java/org/apache/hadoop/yarn/server/nodemanager/api/impl/pb/client/LocalizationProtocolPBClientImpl.java


 RMAdminProtocolPBClientImpl should implement Closeable
 --

 Key: YARN-532
 URL: https://issues.apache.org/jira/browse/YARN-532
 Project: Hadoop YARN
  Issue Type: Bug
Affects Versions: 2.0.3-alpha
Reporter: Siddharth Seth
Assignee: Siddharth Seth
 Fix For: 2.0.5-beta

 Attachments: YARN-532.txt, YARN-532.txt


 Required for RPC.stopProxy to work. Already done in most of the other 
 protocols. (MAPREDUCE-5117 addressing the one other protocol missing this)

--
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-532) RMAdminProtocolPBClientImpl should implement Closeable

2013-04-02 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on YARN-532:


{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12576674/YARN-532.txt
  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-common.

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

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

This message is automatically generated.

 RMAdminProtocolPBClientImpl should implement Closeable
 --

 Key: YARN-532
 URL: https://issues.apache.org/jira/browse/YARN-532
 Project: Hadoop YARN
  Issue Type: Bug
Affects Versions: 2.0.3-alpha
Reporter: Siddharth Seth
Assignee: Siddharth Seth
 Attachments: YARN-532.txt


 Required for RPC.stopProxy to work. Already done in most of the other 
 protocols. (MAPREDUCE-5117 addressing the one other protocol missing this)

--
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