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



##########
File path: 
server/base/src/main/java/org/apache/accumulo/server/master/recovery/RecoveryPath.java
##########
@@ -42,14 +48,14 @@ public static Path getRecoveryPath(Path walPath) {
       // drop wal
       walPath = walPath.getParent();
 
-      walPath = new Path(walPath, FileType.RECOVERY.getDirectory());
+      walPath = new Path(walPath,
+          FileType.RECOVERY.getDirectory() + '-' + 
context.getUniqueNameAllocator().getNextName());
+      log.debug("Unique Name Allocated:  " + walPath);

Review comment:
       ```suggestion
         log.debug("Directory selected for WAL recovery:  " + walPath);
   ```




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