You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2016/05/31 22:04:12 UTC

[jira] [Created] (HBASE-15928) hbase backup delete command does not remove backup root dir from hdfs

Ted Yu created HBASE-15928:
------------------------------

             Summary: hbase backup delete command does not remove backup root dir from hdfs
                 Key: HBASE-15928
                 URL: https://issues.apache.org/jira/browse/HBASE-15928
             Project: HBase
          Issue Type: Bug
            Reporter: Ted Yu
            Assignee: Ted Yu


[~romil.choksi] reported the following bug.

hbase backup delete command successfully deletes backup
{code}
hbase@hbase-backup-test-5:~> hbase backup delete backup_1464217940560
SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
Delete backup failed: no information found for backupID=delete
2016-05-26 01:44:40,077 INFO  [main] impl.BackupUtil: No data has been found in hdfs://hbase-backup-test-5.openstacklocal:8020/user/hbase/backup_1464217940560/default/t1.
2016-05-26 01:44:40,081 INFO  [main] impl.BackupUtil: No data has been found in hdfs://hbase-backup-test-5.openstacklocal:8020/user/hbase/backup_1464217940560/default/t2.
2016-05-26 01:44:40,085 INFO  [main] impl.BackupUtil: No data has been found in hdfs://hbase-backup-test-5.openstacklocal:8020/user/hbase/backup_1464217940560/default/t3.
Delete backup for backupID=backup_1464217940560 completed.
{code}
Listing the backup directory of the backup that was just deleted
{code}
hbase@hbase-backup-test-5:~> hdfs dfs -ls /user/hbase
Found 37 items
drwx------   - hbase hbase          0 2016-05-25 23:13 /user/hbase/.staging
drwxr-xr-x   - hbase hbase          0 2016-05-24 19:42 /user/hbase/backup_1464047611132
....
drwxr-xr-x   - hbase hbase          0 2016-05-25 23:08 /user/hbase/backup_1464217727296
drwxr-xr-x   - hbase hbase          0 2016-05-26 01:44 /user/hbase/backup_1464217940560
{code}
Backup root dir still exists



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)