taklwu commented on code in PR #7400:
URL: https://github.com/apache/hbase/pull/7400#discussion_r2455948090
##########
hbase-backup/src/main/java/org/apache/hadoop/hbase/backup/util/BulkFilesCollector.java:
##########
@@ -70,6 +70,9 @@ public static List<Path> collectFromWalDirs(Configuration
conf, String walDirsCs
Path restoreRootDir, TableName sourceTable, TableName targetTable, long
startTime, long endTime)
throws IOException {
+ LOG.info("Called collectFromWalDirs for source table {}, target table {},
startTime {}, endTime"
+ + " {}, restoreRootDir {}", sourceTable, targetTable, startTime,
endTime, restoreRootDir);
+
Review Comment:
[nit] is this a debug message?
--
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]