[ 
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to