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 "Gera Shegalov (JIRA)" <ji...@apache.org> on 2015/10/09 03:30:29 UTC

[jira] [Created] (HADOOP-12469) Ignore failures option ignored

Gera Shegalov created HADOOP-12469:
--------------------------------------

             Summary: Ignore failures option ignored
                 Key: HADOOP-12469
                 URL: https://issues.apache.org/jira/browse/HADOOP-12469
             Project: Hadoop Common
          Issue Type: Bug
          Components: tools/distcp
    Affects Versions: 2.7.1
            Reporter: Gera Shegalov
            Priority: Critical


{{RetriableFileCopyCommand.CopyReadException}} is double-wrapped via

# via {{RetriableCommand::execute}}
# via {{CopyMapper#copyFileWithRetry}}

before {{CopyMapper::handleFailure}} tests 
{code}
if (ignoreFailures && exception.getCause() instanceof
            RetriableFileCopyCommand.CopyReadException
{code}
which is always false.

Orthogonally, ignoring failures should be mutually exclusive with the atomic option otherwise an incomplete dir is eligible for commit defeating the purpose.
 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)