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 46B49200BCE for ; Fri, 2 Dec 2016 23:03:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 45A85160B2A; Fri, 2 Dec 2016 22:03:00 +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 9629B160B08 for ; Fri, 2 Dec 2016 23:02:59 +0100 (CET) Received: (qmail 5121 invoked by uid 500); 2 Dec 2016 22:02:58 -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 5092 invoked by uid 99); 2 Dec 2016 22:02:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Dec 2016 22:02:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 95E0A2C1F56 for ; Fri, 2 Dec 2016 22:02:58 +0000 (UTC) Date: Fri, 2 Dec 2016 22:02:58 +0000 (UTC) From: "Hudson (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HADOOP-13857) S3AUtils.translateException to map (wrapped) InterruptedExceptions to InterruptedIOEs MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 02 Dec 2016 22:03:00 -0000 [ https://issues.apache.org/jira/browse/HADOOP-13857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15716659#comment-15716659 ] Hudson commented on HADOOP-13857: --------------------------------- SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #10931 (See [https://builds.apache.org/job/Hadoop-trunk-Commit/10931/]) HADOOP-13857. S3AUtils.translateException to map (wrapped) (liuml07: rev 2ff84a00405e977b1fd791cfb974244580dd5ae8) * (edit) hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/S3AUtils.java * (edit) hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/TestS3AExceptionTranslation.java > S3AUtils.translateException to map (wrapped) InterruptedExceptions to InterruptedIOEs > ------------------------------------------------------------------------------------- > > Key: HADOOP-13857 > URL: https://issues.apache.org/jira/browse/HADOOP-13857 > Project: Hadoop Common > Issue Type: Sub-task > Components: fs/s3 > Affects Versions: 2.8.0 > Reporter: Steve Loughran > Assignee: Steve Loughran > Fix For: 2.8.0, 3.0.0-alpha2 > > Attachments: HADOOP-13857-001.patch > > > Currently {{S3AUtils.translateException}} doesn't recognise interruptions; it just sees an AmazonClientException chain which is then relayed up. > Proposed: look for an {{InterruptedIOException}} at the base of the chain of exceptions, map it to an {{InterruptedIOException}} -- 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