DomGarguilo commented on a change in pull request #1803:
URL: https://github.com/apache/accumulo/pull/1803#discussion_r560268377
##########
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:
I see you updated this log statement in the latest commit. Looks like
there may be a couple others spots that could be changed to use this as well
for the sake of consistency.
----------------------------------------------------------------
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]