You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Giridharan Kesavan (JIRA)" <ji...@apache.org> on 2009/06/10 06:29:07 UTC

[jira] Created: (HADOOP-6007) hdfsproxy tests fails test patch builds.

hdfsproxy tests fails test patch builds. 
-----------------------------------------

                 Key: HADOOP-6007
                 URL: https://issues.apache.org/jira/browse/HADOOP-6007
             Project: Hadoop Core
          Issue Type: Bug
          Components: contrib/hdfsproxy
    Affects Versions: 0.21.0
         Environment: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-vesta.apache.org/487/testReport/org.apache.hadoop.hdfsproxy/TestHdfsProxy/testHdfsProxyInterface/
            Reporter: Giridharan Kesavan


org.apache.hadoop.hdfsproxy.TestHdfsProxy.testHdfsProxyInterface

Failing for the past 19 builds (Since #469 ) 
Took 25 sec.
Error Message

Stacktrace
java.lang.NullPointerException
	at org.apache.commons.cli.GnuParser.flatten(GnuParser.java:110)
	at org.apache.commons.cli.Parser.parse(Parser.java:143)
	at org.apache.hadoop.util.GenericOptionsParser.parseGeneralOptions(GenericOptionsParser.java:374)
	at org.apache.hadoop.util.GenericOptionsParser.<init>(GenericOptionsParser.java:153)
	at org.apache.hadoop.util.GenericOptionsParser.<init>(GenericOptionsParser.java:138)
	at org.apache.hadoop.hdfs.server.datanode.DataNode.instantiateDataNode(DataNode.java:1314)
	at org.apache.hadoop.hdfs.MiniDFSCluster.startDataNodes(MiniDFSCluster.java:414)
	at org.apache.hadoop.hdfs.MiniDFSCluster.<init>(MiniDFSCluster.java:278)
	at org.apache.hadoop.hdfs.MiniDFSCluster.<init>(MiniDFSCluster.java:119)
	at org.apache.hadoop.hdfsproxy.TestHdfsProxy.testHdfsProxyInterface(TestHdfsProxy.java:209)

Link: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-vesta.apache.org/487/testReport/org.apache.hadoop.hdfsproxy/TestHdfsProxy/testHdfsProxyInterface/

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-6007) hdfsproxy tests fails test patch builds.

Posted by "Sharad Agarwal (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6007?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12717935#action_12717935 ] 

Sharad Agarwal commented on HADOOP-6007:
----------------------------------------

I ran it on trunk using:
ant test -Dtestcase=TestHdfsProxy -Dtest.output=yes
It failed for me but I got different error. When I checked build/contrib/hdfsproxy/test/TEST-org.apache.hadoop.hdfsproxy.TestHdfsProxy.xml, the error I got was:

<testcase classname="org.apache.hadoop.hdfsproxy.TestHdfsProxy" name="testHdfsProxyInterface" time="16.944">
    <error message="File does not exist: /destdat/eight/6547022134017193005" type="java.io.FileNotFoundException">java.io.FileNotFoundException: File does not exist: /destdat/eight/6547022134017193005
        at org.apache.hadoop.hdfs.DistributedFileSystem.getFileStatus(DistributedFileSystem.java:492)
        at org.apache.hadoop.hdfsproxy.TestHdfsProxy.checkFiles(TestHdfsProxy.java:172)
        at org.apache.hadoop.hdfsproxy.TestHdfsProxy.checkFiles(TestHdfsProxy.java:162)
        at org.apache.hadoop.hdfsproxy.TestHdfsProxy.testHdfsProxyInterface(TestHdfsProxy.java:224)
</error>
  </testcase>



> hdfsproxy tests fails test patch builds. 
> -----------------------------------------
>
>                 Key: HADOOP-6007
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6007
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/hdfsproxy
>    Affects Versions: 0.21.0
>         Environment: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-vesta.apache.org/487/testReport/org.apache.hadoop.hdfsproxy/TestHdfsProxy/testHdfsProxyInterface/
>            Reporter: Giridharan Kesavan
>
> org.apache.hadoop.hdfsproxy.TestHdfsProxy.testHdfsProxyInterface
> Failing for the past 19 builds (Since #469 ) 
> Took 25 sec.
> Error Message
> Stacktrace
> java.lang.NullPointerException
> 	at org.apache.commons.cli.GnuParser.flatten(GnuParser.java:110)
> 	at org.apache.commons.cli.Parser.parse(Parser.java:143)
> 	at org.apache.hadoop.util.GenericOptionsParser.parseGeneralOptions(GenericOptionsParser.java:374)
> 	at org.apache.hadoop.util.GenericOptionsParser.<init>(GenericOptionsParser.java:153)
> 	at org.apache.hadoop.util.GenericOptionsParser.<init>(GenericOptionsParser.java:138)
> 	at org.apache.hadoop.hdfs.server.datanode.DataNode.instantiateDataNode(DataNode.java:1314)
> 	at org.apache.hadoop.hdfs.MiniDFSCluster.startDataNodes(MiniDFSCluster.java:414)
> 	at org.apache.hadoop.hdfs.MiniDFSCluster.<init>(MiniDFSCluster.java:278)
> 	at org.apache.hadoop.hdfs.MiniDFSCluster.<init>(MiniDFSCluster.java:119)
> 	at org.apache.hadoop.hdfsproxy.TestHdfsProxy.testHdfsProxyInterface(TestHdfsProxy.java:209)
> Link: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-vesta.apache.org/487/testReport/org.apache.hadoop.hdfsproxy/TestHdfsProxy/testHdfsProxyInterface/

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-6007) hdfsproxy tests fails test patch builds.

Posted by "zhiyong zhang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6007?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718142#action_12718142 ] 

zhiyong zhang commented on HADOOP-6007:
---------------------------------------

I think the environment difference may cause this. 

I just cannot reproduce the error on my linux box. 

can anyone give me an environment setting (steps) to reproduce this error?

> hdfsproxy tests fails test patch builds. 
> -----------------------------------------
>
>                 Key: HADOOP-6007
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6007
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/hdfsproxy
>    Affects Versions: 0.21.0
>         Environment: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-vesta.apache.org/487/testReport/org.apache.hadoop.hdfsproxy/TestHdfsProxy/testHdfsProxyInterface/
>            Reporter: Giridharan Kesavan
>
> org.apache.hadoop.hdfsproxy.TestHdfsProxy.testHdfsProxyInterface
> Failing for the past 19 builds (Since #469 ) 
> Took 25 sec.
> Error Message
> Stacktrace
> java.lang.NullPointerException
> 	at org.apache.commons.cli.GnuParser.flatten(GnuParser.java:110)
> 	at org.apache.commons.cli.Parser.parse(Parser.java:143)
> 	at org.apache.hadoop.util.GenericOptionsParser.parseGeneralOptions(GenericOptionsParser.java:374)
> 	at org.apache.hadoop.util.GenericOptionsParser.<init>(GenericOptionsParser.java:153)
> 	at org.apache.hadoop.util.GenericOptionsParser.<init>(GenericOptionsParser.java:138)
> 	at org.apache.hadoop.hdfs.server.datanode.DataNode.instantiateDataNode(DataNode.java:1314)
> 	at org.apache.hadoop.hdfs.MiniDFSCluster.startDataNodes(MiniDFSCluster.java:414)
> 	at org.apache.hadoop.hdfs.MiniDFSCluster.<init>(MiniDFSCluster.java:278)
> 	at org.apache.hadoop.hdfs.MiniDFSCluster.<init>(MiniDFSCluster.java:119)
> 	at org.apache.hadoop.hdfsproxy.TestHdfsProxy.testHdfsProxyInterface(TestHdfsProxy.java:209)
> Link: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-vesta.apache.org/487/testReport/org.apache.hadoop.hdfsproxy/TestHdfsProxy/testHdfsProxyInterface/

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.