Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 00A1C2009F3 for ; Fri, 20 May 2016 20:27:15 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id F37131609AE; Fri, 20 May 2016 18:27:14 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 52000160A2B for ; Fri, 20 May 2016 20:27:14 +0200 (CEST) Received: (qmail 85486 invoked by uid 500); 20 May 2016 18:27:13 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 85222 invoked by uid 99); 20 May 2016 18:27:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 May 2016 18:27:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 0ACD82C1F6A for ; Fri, 20 May 2016 18:27:13 +0000 (UTC) Date: Fri, 20 May 2016 18:27:13 +0000 (UTC) From: "Steve Loughran (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HADOOP-13130) s3a failures can surface as RTEs, not IOEs MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 20 May 2016 18:27:15 -0000 [ https://issues.apache.org/jira/browse/HADOOP-13130?page=3Dcom.atlass= ian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran updated HADOOP-13130: ------------------------------------ Status: Patch Available (was: Open) > s3a failures can surface as RTEs, not IOEs > ------------------------------------------ > > Key: HADOOP-13130 > URL: https://issues.apache.org/jira/browse/HADOOP-13130 > Project: Hadoop Common > Issue Type: Sub-task > Components: fs/s3 > Affects Versions: 2.7.2 > Reporter: Steve Loughran > Assignee: Steve Loughran > Attachments: HADOOP-13130-001.patch, HADOOP-13130-002.patch, HADO= OP-13130-002.patch, HADOOP-13130-003.patch, HADOOP-13130-004.patch, HADOOP-= 13130-005.patch, HADOOP-13130-branch-2-006.patch, HADOOP-13130-branch-2-007= .patch, HADOOP-13130-branch-2-008.patch, HADOOP-13130-branch-2-009.patch, H= ADOOP-13130-branch-2-010.patch, HADOOP-13130-branch-2-011.patch, HADOOP-131= 30-branch-2-012.patch, HADOOP-13130-branch-2-013.patch, HADOOP-13130-branch= -2-014.patch, HADOOP-13130-branch-2-015.patch, HADOOP-13130-branch-2-016.pa= tch > > > S3A failures happening in the AWS library surface as {{AmazonClientExcept= ion}} derivatives, rather than IOEs. As the amazon exceptions are runtime e= xceptions, any code which catches IOEs for error handling breaks. > The fix will be to catch and wrap. The hard thing will be to wrap it with= meaningful exceptions rather than a generic IOE. Furthermore, if anyone ha= s been catching AWS exceptions, they are going to be disappointed. That mea= ns that fixing this situation could be considered "incompatible" =E2=80=94b= ut only for code which contains assumptions about the underlying FS and the= exceptions they raise. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-issues-help@hadoop.apache.org