EdColeman commented on a change in pull request #1803:
URL: https://github.com/apache/accumulo/pull/1803#discussion_r560252183



##########
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:
       You could use parameter replacement in log statements
   `log.debug("This is walPath in RecoveryManager: {}", filename);`




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


Reply via email to