Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
Description
Credits to romil.choksi
Restore of bulk-loaded HBase table doesn't restore deleted rows
Steps:
Create usertable and insert a few rows in it
Create full backup
Bulk load into usertable, and create first incremental backup
Bulk load into usertable again, and create second incremental backup
Delete row each from initial insert, first bulk load and second bulk load
Restore usertable using second incremental backup
Verify if each of the deleted rows has been restored
On restore using second incremental backup id, the test failed as all of the rows from first bulk load were not available. Data from initial insertion (full backup) and second bulk load were only available.
Attachments
Attachments
Issue Links
- is part of
-
HBASE-18892 B&R testing
- Closed