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 38aef80ffb6 HBASE-28449 Fix backupSystemTable prefix scans (#5768)
     add feef7446f28 HBASE-28456 HBase Restore restores old data if data for 
the same timestamp is in different hfiles (#5775)

No new revisions were added by this update.

Summary of changes:
 .../mapreduce/MapReduceHFileSplitterJob.java       |   4 +
 .../backup/TestBackupRestoreWithModifications.java | 276 +++++++++++++++++++++
 .../hadoop/hbase/mapreduce/HFileInputFormat.java   |   8 +
 .../hadoop/hbase/mapreduce/HFileOutputFormat2.java |   6 +-
 .../hbase/regionserver/HRegionFileSystem.java      |   2 +-
 .../hadoop/hbase/regionserver/HStoreFile.java      |  22 +-
 .../hadoop/hbase/regionserver/StoreFileInfo.java   |  49 ++++
 7 files changed, 348 insertions(+), 19 deletions(-)
 create mode 100644 
hbase-backup/src/test/java/org/apache/hadoop/hbase/backup/TestBackupRestoreWithModifications.java

Reply via email to