[ https://issues.apache.org/jira/browse/HDFS-3740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13425322#comment-13425322
]
Kihwal Lee commented on HDFS-3740:
----------------------------------
One example (testOperation[1]):
{noformat}
java.io.IOException: Unexpected HTTP response: code=200 != 307, op=OPEN, message=OK
at org.apache.hadoop.hdfs.web.WebHdfsFileSystem.validateResponse(WebHdfsFileSystem.java:290)
at org.apache.hadoop.hdfs.web.WebHdfsFileSystem.access$500(WebHdfsFileSystem.java:110)
at org.apache.hadoop.hdfs.web.WebHdfsFileSystem$Runner.getResponse(WebHdfsFileSystem.java:546)
at org.apache.hadoop.hdfs.web.WebHdfsFileSystem$Runner.run(WebHdfsFileSystem.java:479)
at org.apache.hadoop.hdfs.web.WebHdfsFileSystem$OffsetUrlOpener.connect(WebHdfsFileSystem.java:768)
at org.apache.hadoop.hdfs.ByteRangeInputStream.openInputStream(ByteRangeInputStream.java:116)
at org.apache.hadoop.hdfs.ByteRangeInputStream.getInputStream(ByteRangeInputStream.java:100)
at org.apache.hadoop.hdfs.ByteRangeInputStream.read(ByteRangeInputStream.java:145)
at java.io.FilterInputStream.read(FilterInputStream.java:66)
at org.apache.hadoop.fs.http.client.TestHttpFSFileSystem.testOpen(TestHttpFSFileSystem.java:134)
at org.apache.hadoop.fs.http.client.TestHttpFSFileSystem.operation(TestHttpFSFileSystem.java:436)
at org.apache.hadoop.fs.http.client.TestHttpFSFileSystem.__CLR3_0_2jycbqc28l(TestHttpFSFileSystem.java:503)
at org.apache.hadoop.fs.http.client.TestHttpFSFileSystem.testOperation(TestHttpFSFileSystem.java:501)
{noformat}
Another (testOperation[2]):
{noformat}
java.lang.NullPointerException
at org.apache.hadoop.hdfs.web.WebHdfsFileSystem.validateResponse(WebHdfsFileSystem.java:295)
at org.apache.hadoop.hdfs.web.WebHdfsFileSystem.access$500(WebHdfsFileSystem.java:110)
at org.apache.hadoop.hdfs.web.WebHdfsFileSystem$1.close(WebHdfsFileSystem.java:697)
at org.apache.hadoop.fs.http.client.TestHttpFSFileSystem.testCreate(TestHttpFSFileSystem.java:145)
at org.apache.hadoop.fs.http.client.TestHttpFSFileSystem.testCreate(TestHttpFSFileSystem.java:161)
at org.apache.hadoop.fs.http.client.TestHttpFSFileSystem.operation(TestHttpFSFileSystem.java:439)
at org.apache.hadoop.fs.http.client.TestHttpFSFileSystem.__CLR3_0_2jycbqc28l(TestHttpFSFileSystem.java:503)
at org.apache.hadoop.fs.http.client.TestHttpFSFileSystem.testOperation(TestHttpFSFileSystem.java:501)
{noformat}
> Multiple test cases in TestWebhdfsFileSystem are failing
> --------------------------------------------------------
>
> Key: HDFS-3740
> URL: https://issues.apache.org/jira/browse/HDFS-3740
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: webhdfs
> Affects Versions: 2.1.0-alpha
> Reporter: Kihwal Lee
> Fix For: 3.0.0, 2.2.0-alpha
>
>
> After HDFS-3667, 7-8 cases have been failing in 2.0 build.
> These are with Clover enabled.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
|