ctubbsii commented on a change in pull request #1803:
URL: https://github.com/apache/accumulo/pull/1803#discussion_r561354068
##########
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:
You're not missing anything. You're correct. This does not make it
unique per tserver process.
----------------------------------------------------------------
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]