You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Vladimir Rodionov (JIRA)" <ji...@apache.org> on 2017/01/25 19:33:26 UTC

[jira] [Created] (HBASE-17535) Remove backup manifest duplicates from backup file system

Vladimir Rodionov created HBASE-17535:
-----------------------------------------

             Summary: Remove backup manifest duplicates from backup file system
                 Key: HBASE-17535
                 URL: https://issues.apache.org/jira/browse/HBASE-17535
             Project: HBase
          Issue Type: Sub-task
            Reporter: Vladimir Rodionov
            Assignee: Vladimir Rodionov


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 message was sent by Atlassian JIRA
(v6.3.4#6332)