[
https://issues.apache.org/jira/browse/HBASE-29146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17938443#comment-17938443
]
Hudson commented on HBASE-29146:
--------------------------------
Results for branch master
[build #1274 on
builds.a.o|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/1274/]:
(x) *{color:red}-1 overall{color}*
----
details (if available):
(/) {color:green}+1 general checks{color}
-- For more information [see general
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/1274/General_20Nightly_20Build_20Report/]
(/) {color:green}+1 jdk17 hadoop3 checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/1274/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(/) {color:green}+1 jdk17 hadoop 3.3.5 backward compatibility checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/1274/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(/) {color:green}+1 jdk17 hadoop 3.3.6 backward compatibility checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/1274/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(x) {color:red}-1 jdk17 hadoop 3.4.0 backward compatibility checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/1274/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(/) {color:green}+1 source release artifact{color}
-- See build output for details.
(/) {color:green}+1 client integration test for 3.3.5 {color}
(/) {color:green}+1 client integration test for 3.3.6 {color}
(/) {color:green}+1 client integration test for 3.4.0 {color}
(/) {color:green}+1 client integration test for 3.4.1 {color}
> Incremental backups can fail due to not cleaning up the MR bulkload output
> directory
> ------------------------------------------------------------------------------------
>
> Key: HBASE-29146
> URL: https://issues.apache.org/jira/browse/HBASE-29146
> Project: HBase
> Issue Type: Bug
> Components: backup&restore
> Reporter: Hernan Gelaf-Romer
> Assignee: Hernan Gelaf-Romer
> Priority: Major
> Labels: pull-request-available
>
> At the moment, if a bulkload file is archived as we're backing it up, or if
> there are archive files that need to be loaded, we run into the following
> exception
>
> Unexpected Exception : org.apache.hadoop.mapred.FileAlreadyExistsException
>
> The happens because we're running MR jobs to re-split these HFiles, and we
> cannot run subsequent MR jobs against the same target bulk output directory
> without first cleaning that directory up. We should make sure we properly
> clean up the bulkload output directory in between runs of
> MapReduceHFileSplitterJob
--
This message was sent by Atlassian Jira
(v8.20.10#820010)