Return-Path: X-Original-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2006599BA for ; Tue, 31 Jul 2012 01:15:35 +0000 (UTC) Received: (qmail 71758 invoked by uid 500); 31 Jul 2012 01:15:35 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 71712 invoked by uid 500); 31 Jul 2012 01:15:35 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-issues@hadoop.apache.org Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 71701 invoked by uid 99); 31 Jul 2012 01:15:35 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Jul 2012 01:15:35 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 0DCDC142855 for ; Tue, 31 Jul 2012 01:15:35 +0000 (UTC) Date: Tue, 31 Jul 2012 01:15:35 +0000 (UTC) From: "Tsz Wo (Nicholas), SZE (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: <540272773.119384.1343697335060.JavaMail.jiratomcat@issues-vm> In-Reply-To: <1975446670.116839.1343669135127.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Updated] (HDFS-3737) retry support for webhdfs is breaking HttpFS support MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HDFS-3737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsz Wo (Nicholas), SZE updated HDFS-3737: ----------------------------------------- Attachment: h3737_20120730.patch h3737_20120730.patch: fixes the bug. I probably should revert HDFS-3667. > retry support for webhdfs is breaking HttpFS support > ---------------------------------------------------- > > Key: HDFS-3737 > URL: https://issues.apache.org/jira/browse/HDFS-3737 > Project: Hadoop HDFS > Issue Type: Bug > Affects Versions: 2.2.0-alpha > Reporter: Alejandro Abdelnur > Assignee: Tsz Wo (Nicholas), SZE > Priority: Blocker > Fix For: 2.2.0-alpha > > Attachments: h3737_20120730.patch > > > HDFS-3667 is breaking HttpFS testcases: > {code} > Running org.apache.hadoop.fs.http.client.TestWebhdfsFileSystem > Tests run: 30, Failures: 0, Errors: 8, Skipped: 0, Time elapsed: 14.585 sec <<< FAILURE! > Results : > Tests in error: > testOperation[1](org.apache.hadoop.fs.http.client.TestWebhdfsFileSystem): Unexpected HTTP response: code=200 != 307, op=OPEN, message=OK > testOperationDoAs[1](org.apache.hadoop.fs.http.client.TestWebhdfsFileSystem): Unexpected HTTP response: code=200 != 307, op=OPEN, message=OK > testOperation[2](org.apache.hadoop.fs.http.client.TestWebhdfsFileSystem) > testOperationDoAs[2](org.apache.hadoop.fs.http.client.TestWebhdfsFileSystem) > testOperation[3](org.apache.hadoop.fs.http.client.TestWebhdfsFileSystem): Unexpected HTTP response: code=400 != 200, op=APPEND, message=Data upload requests must have content-type set to 'application/octet-stream' > testOperationDoAs[3](org.apache.hadoop.fs.http.client.TestWebhdfsFileSystem): Unexpected HTTP response: code=400 != 200, op=APPEND, message=Data upload requests must have content-type set to 'application/octet-stream' > testOperation[13](org.apache.hadoop.fs.http.client.TestWebhdfsFileSystem): Unexpected HTTP response: code=200 != 307, op=GETFILECHECKSUM, message=OK > testOperationDoAs[13](org.apache.hadoop.fs.http.client.TestWebhdfsFileSystem): Unexpected HTTP response: code=200 != 307, op=GETFILECHECKSUM, message=OK > Tests run: 30, Failures: 0, Errors: 8, Skipped: 0 > {code} -- 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