You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Steve Loughran (JIRA)" <ji...@apache.org> on 2014/06/23 20:19:32 UTC

[jira] [Commented] (HADOOP-10737) S3n silent failure on copy, data loss on rename

    [ https://issues.apache.org/jira/browse/HADOOP-10737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14041073#comment-14041073 ] 

Steve Loughran commented on HADOOP-10737:
-----------------------------------------

I think this shares the same root cause as HADOOP-10589; silent exception swallowing caused by HADOOP-9263; 

There's a fix for this in HADOOP-9361, I'm targeting Hadoop 2.5 for this

> S3n silent failure on copy, data loss on rename
> -----------------------------------------------
>
>                 Key: HADOOP-10737
>                 URL: https://issues.apache.org/jira/browse/HADOOP-10737
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: fs/s3
>    Affects Versions: 2.4.0
>            Reporter: Gian Merlino
>
> Jets3tNativeFileSystemStore.copy(String, String) handles its exceptions with handleServiceException(String, ServiceException), which behaves like:
> 1) Throw FileNotFoundException if the exception's error code is NoSuchKey
> 2) Otherwise, throw IOException if the exception's cause is an IOException
> 3) Otherwise, LOG.debug a message and throw nothing
> So S3 exceptions other than NoSuchKey (like RequestTimeout, ServiceUnavailable) are suppressed. This makes "copy" fail while still returning as if it succeeded. Furthermore since NativeS3FileSystem's "rename" is implemented as a copy followed by a delete, this means "rename" can delete the source key even though the copy has failed.



--
This message was sent by Atlassian JIRA
(v6.2#6252)