You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2021/02/01 17:07:24 UTC

[GitHub] [accumulo] tynyttie commented on a change in pull request #1803: Fix #1303 Create unique dirs for sorted WALs

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



##########
File path: server/base/src/main/java/org/apache/accumulo/server/master/recovery/RecoveryPath.java
##########
@@ -41,15 +50,46 @@ public static Path getRecoveryPath(Path walPath) {
 
       // drop wal
       walPath = walPath.getParent();
+      walPath = new Path(walPath, FileType.RECOVERY.getDirectory() + "-" + convertToSha1(portHost));

Review comment:
       Got it. Thank you. 




----------------------------------------------------------------
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:
users@infra.apache.org