Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
Description
It seems that in the backup directory layout, we are serializing the backupimage in all of the tables like this:
/tmp/backup_1484268153482//default/t1/.backup.manifest
/tmp/backup_1484268153482//default/t2/.backup.manifest
/tmp/backup_1484268153482//default/t3/.backup.manifest
however the contents are the same, and backupImage itself is a container for multi-table backup. What is the reason that we are serializing this many times? It is even under WALs/ dir for incremental backups.
This is going to be fixed in
HBASE-14135. Closing as duplicate