You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by bb...@apache.org on 2024/03/26 18:00:08 UTC

(hbase) branch master updated (feef7446f28 -> 78923b75e47)

This is an automated email from the ASF dual-hosted git repository.

bbeaudreault pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git


    from feef7446f28 HBASE-28456 HBase Restore restores old data if data for the same timestamp is in different hfiles (#5775)
     add 78923b75e47 HBASE-28412 Select correct target table for incremental backup restore (#5776)

No new revisions were added by this update.

Summary of changes:
 .../backup/mapreduce/MapReduceRestoreJob.java      |   4 +-
 .../apache/hadoop/hbase/backup/BackupTestUtil.java |  55 +++++++
 ...va => TestBackupRestoreOnEmptyEnvironment.java} | 159 +++++++++------------
 .../backup/TestBackupRestoreWithModifications.java |  28 +---
 4 files changed, 130 insertions(+), 116 deletions(-)
 create mode 100644 hbase-backup/src/test/java/org/apache/hadoop/hbase/backup/BackupTestUtil.java
 copy hbase-backup/src/test/java/org/apache/hadoop/hbase/backup/{TestBackupRestoreWithModifications.java => TestBackupRestoreOnEmptyEnvironment.java} (63%)