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 09B2A2004CA for ; Wed, 11 May 2016 12:58:20 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 084B01602BF; Wed, 11 May 2016 10:58:20 +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 76D141602BE for ; Wed, 11 May 2016 12:58:19 +0200 (CEST) Received: (qmail 70819 invoked by uid 500); 11 May 2016 10:58:13 -0000 Mailing-List: contact common-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-dev@hadoop.apache.org Received: (qmail 70795 invoked by uid 99); 11 May 2016 10:58:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 May 2016 10:58:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id DBDA42C14F8 for ; Wed, 11 May 2016 10:58:12 +0000 (UTC) Date: Wed, 11 May 2016 10:58:12 +0000 (UTC) From: "Steve Loughran (JIRA)" To: common-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (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: Wed, 11 May 2016 10:58:20 -0000 Steve Loughran created HADOOP-13130: --------------------------------------- Summary: 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: Bug Components: fs/s3 Affects Versions: 2.7.2 Reporter: Steve Loughran S3A failures happening in the AWS library surface as {{AmazonClientExceptio= n}} derivatives, rather than IOEs. As the amazon exceptions are runtime exc= eptions, 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 m= eaningful exceptions rather than a generic IOE. Furthermore, if anyone has = been catching AWS exceptions, they are going to be disappointed. That means= that fixing this situation could be considered "incompatible" =E2=80=94but= only for code which contains assumptions about the underlying FS and the e= xceptions they raise. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: common-dev-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-dev-help@hadoop.apache.org