ivakegg commented on a change in pull request #1803:
URL: https://github.com/apache/accumulo/pull/1803#discussion_r561293553
##########
File path:
server/base/src/main/java/org/apache/accumulo/server/master/recovery/RecoveryPath.java
##########
@@ -41,15 +47,14 @@ public static Path getRecoveryPath(Path walPath) {
// drop wal
walPath = walPath.getParent();
+ walPath = new Path(walPath, FileType.RECOVERY.getDirectory() + '-' +
context.getInstanceID());
Review comment:
Perhaps I am missing something here, but isn't context.getInstanceID()
the accumulo instance id? How does this make the directory any more unique?
----------------------------------------------------------------
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]