[ 
https://issues.apache.org/jira/browse/HDFS-11043?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15607451#comment-15607451
 ] 

John Zhuge commented on HDFS-11043:
-----------------------------------

It seems the {{connect}} in the following code returned successfully, no STE as 
expected; then {{validateResponse}} got "Read timed out".
{code:title=WebHdfsFileSystem$AbstractRunner#runWithRetry}
          final HttpURLConnection conn = connect(url);
          // output streams will validate on close
          if (!op.getDoOutput()) {
            validateResponse(op, conn, false);
          }
{code}

> TestWebHdfsTimeouts fails
> -------------------------
>
>                 Key: HDFS-11043
>                 URL: https://issues.apache.org/jira/browse/HDFS-11043
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: webhdfs
>    Affects Versions: 3.0.0-alpha1
>            Reporter: Andrew Wang
>            Assignee: John Zhuge
>         Attachments: org.apache.hadoop.hdfs.web.TestWebHdfsTimeouts.txt
>
>
> I'm seeing reproducible test failures for TestWebHdfsTimeouts locally, at 
> least on trunk.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org

Reply via email to