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

Hadoop QA commented on HBASE-16410:
-----------------------------------

| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | {color:blue} reexec {color} | {color:blue} 0m 0s 
{color} | {color:blue} Docker mode activated. {color} |
| {color:blue}0{color} | {color:blue} patch {color} | {color:blue} 0m 2s 
{color} | {color:blue} The patch file was not named according to hbase's naming 
conventions. Please see 
https://yetus.apache.org/documentation/0.3.0/precommit-patchnames for 
instructions. {color} |
| {color:red}-1{color} | {color:red} patch {color} | {color:red} 0m 4s {color} 
| {color:red} HBASE-16410 does not apply to master. Rebase required? Wrong 
Branch? See https://yetus.apache.org/documentation/0.3.0/precommit-patchnames 
for help. {color} |
\\
\\
|| Subsystem || Report/Notes ||
| JIRA Patch URL | 
https://issues.apache.org/jira/secure/attachment/12823512/16410.v1.txt |
| JIRA Issue | HBASE-16410 |
| Console output | 
https://builds.apache.org/job/PreCommit-HBASE-Build/3077/console |
| Powered by | Apache Yetus 0.3.0   http://yetus.apache.org |


This message was automatically generated.



> Retry distcp job when previous distcp job didn't succeed
> --------------------------------------------------------
>
>                 Key: HBASE-16410
>                 URL: https://issues.apache.org/jira/browse/HBASE-16410
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Ted Yu
>            Assignee: Ted Yu
>              Labels: backup
>         Attachments: 16410.v1.txt
>
>
> Currently when copyService.copy() returns non-zero return value, we throw 
> exception:
> {code}
>         throw new IOException("Failed of Hadoop Distributed Copy from "+
>             StringUtils.join(incrBackupFileList, ",") +" to "
>           + backupContext.getHLogTargetDir());
> {code}
> We should retry distcp job when the return value is non-zero instead of 
> throwing IOException immediately.



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

Reply via email to