virajjasani commented on a change in pull request #4216:
URL: https://github.com/apache/hbase/pull/4216#discussion_r826652596
##########
File path:
hbase-mapreduce/src/main/java/org/apache/hadoop/hbase/snapshot/ExportSnapshot.java
##########
@@ -996,6 +1000,12 @@ public int doWork() throws IOException {
LOG.debug("outputFs={}, outputRoot={}, skipTmp={},
initialOutputSnapshotDir={}",
outputFs, outputRoot.toString(), skipTmp, initialOutputSnapshotDir);
+ // Verify snapshot source before copying files
+ if (verifySource) {
+ LOG.info("Verify snapshot source.");
Review comment:
How about adding `srcConf`, `inputFs`, `inputRoot`, `snapshotDir` values
in the log as well?
--
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]