[jira] [Commented] (YARN-383) AMRMClientImpl should handle null rmClient in stop()

2013-02-08 Thread Hudson (JIRA)

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

Hudson commented on YARN-383:
-

Integrated in Hadoop-Hdfs-trunk #1310 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/1310/])
YARN-383. AMRMClientImpl should handle null rmClient in stop(). Contributed 
by Hitesh Shah. (Revision 1443699)

 Result = FAILURE
sseth : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1443699
Files : 
* /hadoop/common/trunk/hadoop-yarn-project/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/dev-support/findbugs-exclude.xml
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client/dev-support/findbugs-exclude.xml
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client/pom.xml
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client/src/main/java/org/apache/hadoop/yarn/client/AMRMClientImpl.java
* /hadoop/common/trunk/hadoop-yarn-project/pom.xml


 AMRMClientImpl should handle null rmClient in stop()
 

 Key: YARN-383
 URL: https://issues.apache.org/jira/browse/YARN-383
 Project: Hadoop YARN
  Issue Type: Bug
Reporter: Hitesh Shah
Assignee: Hitesh Shah
Priority: Minor
 Fix For: 2.0.4-beta

 Attachments: YARN-383.1.patch, YARN-383.2.patch, YARN-383.3.patch


 2013-02-06 09:31:33,813 INFO  [Thread-2] service.CompositeService 
 (CompositeService.java:stop(101)) - Error stopping 
 org.apache.hadoop.yarn.client.AMRMClientImpl
 org.apache.hadoop.HadoopIllegalArgumentException: Cannot close proxy since it 
 is null
 at org.apache.hadoop.ipc.RPC.stopProxy(RPC.java:605)
 at 
 org.apache.hadoop.yarn.client.AMRMClientImpl.stop(AMRMClientImpl.java:150)
 at 
 org.apache.hadoop.yarn.service.CompositeService.stop(CompositeService.java:99)
 at 
 org.apache.hadoop.yarn.service.CompositeService.stop(CompositeService.java:89)

--
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-383) AMRMClientImpl should handle null rmClient in stop()

2013-02-08 Thread Hudson (JIRA)

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

Hudson commented on YARN-383:
-

Integrated in Hadoop-Mapreduce-trunk #1338 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1338/])
YARN-383. AMRMClientImpl should handle null rmClient in stop(). Contributed 
by Hitesh Shah. (Revision 1443699)

 Result = FAILURE
sseth : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1443699
Files : 
* /hadoop/common/trunk/hadoop-yarn-project/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/dev-support/findbugs-exclude.xml
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client/dev-support/findbugs-exclude.xml
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client/pom.xml
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client/src/main/java/org/apache/hadoop/yarn/client/AMRMClientImpl.java
* /hadoop/common/trunk/hadoop-yarn-project/pom.xml


 AMRMClientImpl should handle null rmClient in stop()
 

 Key: YARN-383
 URL: https://issues.apache.org/jira/browse/YARN-383
 Project: Hadoop YARN
  Issue Type: Bug
Reporter: Hitesh Shah
Assignee: Hitesh Shah
Priority: Minor
 Fix For: 2.0.4-beta

 Attachments: YARN-383.1.patch, YARN-383.2.patch, YARN-383.3.patch


 2013-02-06 09:31:33,813 INFO  [Thread-2] service.CompositeService 
 (CompositeService.java:stop(101)) - Error stopping 
 org.apache.hadoop.yarn.client.AMRMClientImpl
 org.apache.hadoop.HadoopIllegalArgumentException: Cannot close proxy since it 
 is null
 at org.apache.hadoop.ipc.RPC.stopProxy(RPC.java:605)
 at 
 org.apache.hadoop.yarn.client.AMRMClientImpl.stop(AMRMClientImpl.java:150)
 at 
 org.apache.hadoop.yarn.service.CompositeService.stop(CompositeService.java:99)
 at 
 org.apache.hadoop.yarn.service.CompositeService.stop(CompositeService.java:89)

--
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-383) AMRMClientImpl should handle null rmClient in stop()

2013-02-07 Thread Siddharth Seth (JIRA)

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

Siddharth Seth commented on YARN-383:
-

+1. Trivial change, doesn't require a unit test. Committing...

 AMRMClientImpl should handle null rmClient in stop()
 

 Key: YARN-383
 URL: https://issues.apache.org/jira/browse/YARN-383
 Project: Hadoop YARN
  Issue Type: Bug
Reporter: Hitesh Shah
Assignee: Hitesh Shah
Priority: Minor
 Attachments: YARN-383.1.patch, YARN-383.2.patch, YARN-383.3.patch


 2013-02-06 09:31:33,813 INFO  [Thread-2] service.CompositeService 
 (CompositeService.java:stop(101)) - Error stopping 
 org.apache.hadoop.yarn.client.AMRMClientImpl
 org.apache.hadoop.HadoopIllegalArgumentException: Cannot close proxy since it 
 is null
 at org.apache.hadoop.ipc.RPC.stopProxy(RPC.java:605)
 at 
 org.apache.hadoop.yarn.client.AMRMClientImpl.stop(AMRMClientImpl.java:150)
 at 
 org.apache.hadoop.yarn.service.CompositeService.stop(CompositeService.java:99)
 at 
 org.apache.hadoop.yarn.service.CompositeService.stop(CompositeService.java:89)

--
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-383) AMRMClientImpl should handle null rmClient in stop()

2013-02-07 Thread Hudson (JIRA)

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

Hudson commented on YARN-383:
-

Integrated in Hadoop-trunk-Commit #3340 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/3340/])
YARN-383. AMRMClientImpl should handle null rmClient in stop(). Contributed 
by Hitesh Shah. (Revision 1443699)

 Result = SUCCESS
sseth : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1443699
Files : 
* /hadoop/common/trunk/hadoop-yarn-project/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/dev-support/findbugs-exclude.xml
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client/dev-support/findbugs-exclude.xml
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client/pom.xml
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client/src/main/java/org/apache/hadoop/yarn/client/AMRMClientImpl.java
* /hadoop/common/trunk/hadoop-yarn-project/pom.xml


 AMRMClientImpl should handle null rmClient in stop()
 

 Key: YARN-383
 URL: https://issues.apache.org/jira/browse/YARN-383
 Project: Hadoop YARN
  Issue Type: Bug
Reporter: Hitesh Shah
Assignee: Hitesh Shah
Priority: Minor
 Fix For: 2.0.4-beta

 Attachments: YARN-383.1.patch, YARN-383.2.patch, YARN-383.3.patch


 2013-02-06 09:31:33,813 INFO  [Thread-2] service.CompositeService 
 (CompositeService.java:stop(101)) - Error stopping 
 org.apache.hadoop.yarn.client.AMRMClientImpl
 org.apache.hadoop.HadoopIllegalArgumentException: Cannot close proxy since it 
 is null
 at org.apache.hadoop.ipc.RPC.stopProxy(RPC.java:605)
 at 
 org.apache.hadoop.yarn.client.AMRMClientImpl.stop(AMRMClientImpl.java:150)
 at 
 org.apache.hadoop.yarn.service.CompositeService.stop(CompositeService.java:99)
 at 
 org.apache.hadoop.yarn.service.CompositeService.stop(CompositeService.java:89)

--
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-383) AMRMClientImpl should handle null rmClient in stop()

2013-02-06 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on YARN-383:


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

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

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

This message is automatically generated.

 AMRMClientImpl should handle null rmClient in stop()
 

 Key: YARN-383
 URL: https://issues.apache.org/jira/browse/YARN-383
 Project: Hadoop YARN
  Issue Type: Bug
Reporter: Hitesh Shah
Assignee: Hitesh Shah
Priority: Minor
 Attachments: YARN-383.1.patch, YARN-383.2.patch, YARN-383.3.patch


 2013-02-06 09:31:33,813 INFO  [Thread-2] service.CompositeService 
 (CompositeService.java:stop(101)) - Error stopping 
 org.apache.hadoop.yarn.client.AMRMClientImpl
 org.apache.hadoop.HadoopIllegalArgumentException: Cannot close proxy since it 
 is null
 at org.apache.hadoop.ipc.RPC.stopProxy(RPC.java:605)
 at 
 org.apache.hadoop.yarn.client.AMRMClientImpl.stop(AMRMClientImpl.java:150)
 at 
 org.apache.hadoop.yarn.service.CompositeService.stop(CompositeService.java:99)
 at 
 org.apache.hadoop.yarn.service.CompositeService.stop(CompositeService.java:89)

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