meatballspaghetti commented on code in PR #5350:
URL: https://github.com/apache/accumulo/pull/5350#discussion_r1974316051
##########
server/manager/src/main/java/org/apache/accumulo/manager/upgrade/PreUpgradeValidation.java:
##########
@@ -88,7 +88,8 @@ private void validateACLs(ServerContext context) {
+ "for instructions on how to fix.");
}
} catch (KeeperException | InterruptedException e) {
- throw new RuntimeException("Upgrade Failed! Error validating nodes under
" + rootPath, e);
+ throw new RuntimeException("Upgrade Failed! Error validating nodes under
" + Constants.ZROOT,
+ e);
Review Comment:
For now I changed this to just say "...under current root node".
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]