kgeisz commented on code in PR #8638:
URL: https://github.com/apache/hbase/pull/8638#discussion_r3972957936


##########
hbase-backup/src/main/java/org/apache/hadoop/hbase/backup/HBackupFileSystem.java:
##########
@@ -158,11 +161,15 @@ public static List<BackupImage> 
getAllBackupImages(Configuration conf, Path back
       }
 
       String backupId = lfs.getPath().getName();
+      if (HBASE_TEMP_DIRECTORY.equals(backupId)) {
+        continue;
+      }
+

Review Comment:
   That's a good question. I'm looking into this. Based on what I've seen so 
far, the `backup_XXXX` directory within `backupRoot/.tmp` is getting deleted, 
but not the `.tmp` dir itself.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to