[ https://issues.apache.org/jira/browse/HBASE-28897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17888175#comment-17888175 ]
Hudson commented on HBASE-28897: -------------------------------- Results for branch branch-2 [build #1164 on builds.a.o|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/1164/]: (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/branch-2/1164/General_20Nightly_20Build_20Report/] (/) {color:green}+1 jdk8 hadoop2 checks{color} -- For more information [see jdk8 (hadoop2) report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/1164/JDK8_20Nightly_20Build_20Report_20_28Hadoop2_29/] (x) {color:red}-1 jdk8 hadoop3 checks{color} -- For more information [see jdk8 (hadoop3) report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/1164/JDK8_20Nightly_20Build_20Report_20_28Hadoop3_29/] (/) {color:green}+1 jdk11 hadoop3 checks{color} -- For more information [see jdk11 report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/1164/JDK11_20Nightly_20Build_20Report_20_28Hadoop3_29/] (x) {color:red}-1 jdk17 hadoop3 checks{color} -- For more information [see jdk17 report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/1164/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{color} > Force CF compatibility during incremental backup > ------------------------------------------------- > > Key: HBASE-28897 > URL: https://issues.apache.org/jira/browse/HBASE-28897 > Project: HBase > Issue Type: Bug > Components: backup&restore > Affects Versions: 3.0.0-beta-1, 4.0.0-alpha-1, 2.7.0, 2.6.2 > Reporter: Hernan Gelaf-Romer > Assignee: Hernan Gelaf-Romer > Priority: Major > Labels: pull-request-available > > Incremental backups can be taken even if the table descriptor of the current > table does not match the column families of the full backup for that same > table. When restoring the table, we choose to use the families of the full > backup. This can cause the restore process to fail if we add a column family > in the incremental backup that doesn't exist in the full backup. The bulkload > process will fail because it is trying to write column families that don't > exist in the restore table. > > I think the correct solution here is to prevent incremental backups from > being taken if the families of the current table don't match those of the > full backup. This will force users to instead take a full backup. -- This message was sent by Atlassian Jira (v8.20.10#820010)