taklwu commented on code in PR #7239:
URL: https://github.com/apache/hbase/pull/7239#discussion_r2299348183


##########
hbase-backup/src/main/java/org/apache/hadoop/hbase/backup/impl/BackupCommands.java:
##########
@@ -1058,6 +1069,7 @@ void deleteOldWALFiles(Configuration conf, String 
backupWalDir, long cutoffTime)
           if (dayStart + ONE_DAY_IN_MILLISECONDS - 1 < cutoffTime) {
             System.out.println("Deleting outdated WAL directory: " + dirPath);
             fs.delete(dirPath, true);
+            fs.delete(new Path(bulkloadDir, dirName), true);

Review Comment:
   this comment does not match the code, the bot seems off



-- 
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