ctubbsii commented on a change in pull request #1803:
URL: https://github.com/apache/accumulo/pull/1803#discussion_r567989242
##########
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:
commons-codec, which is one of our dependencies, has a method,
`DigestUtils.sha1Hex(string)`
----------------------------------------------------------------
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]