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 69D912009C6 for ; Mon, 16 May 2016 20:29:15 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 6883B160A1F; Mon, 16 May 2016 18:29:15 +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 B8203160131 for ; Mon, 16 May 2016 20:29:14 +0200 (CEST) Received: (qmail 51244 invoked by uid 500); 16 May 2016 18:29: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 51182 invoked by uid 99); 16 May 2016 18:29:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 May 2016 18:29:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id A4F2D2C14E1 for ; Mon, 16 May 2016 18:29:13 +0000 (UTC) Date: Mon, 16 May 2016 18:29: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: Mon, 16 May 2016 18:29: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: Open (was: Patch Available) > 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 > > > 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