tynyttie commented on a change in pull request #1803:
URL: https://github.com/apache/accumulo/pull/1803#discussion_r560260663
##########
File path:
server/manager/src/main/java/org/apache/accumulo/master/recovery/RecoveryManager.java
##########
@@ -171,6 +171,8 @@ public boolean recoverLogs(KeyExtent extent,
Collection<Collection<String>> walo
String dest =
RecoveryPath.getRecoveryPath(new Path(filename),
master.getContext()).toString();
+ log.debug("This is walPath in RecoveryManager: " + filename);
+
Review comment:
Thank you EdColeman, I am making the change now.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]