dlmarion commented on code in PR #5383:
URL: https://github.com/apache/accumulo/pull/5383#discussion_r1992326953


##########
server/base/src/main/java/org/apache/accumulo/server/AbstractServer.java:
##########
@@ -72,6 +73,21 @@ protected AbstractServer(String appName, ConfigOpts opts, 
String[] args) {
     this.hostname = siteConfig.get(Property.GENERAL_PROCESS_BIND_ADDRESS);
     SecurityUtil.serverLogin(siteConfig);
     context = new ServerContext(siteConfig);
+
+    final String upgradePrepNode = context.getZooKeeperRoot() + 
Constants.ZPREPARE_FOR_UPGRADE;

Review Comment:
   Updated UpgradeIT in 6adf8a6 to validate that error type and message that is 
thrown from AbstractServer when the ZPREPARE_FOR_UPGRADE node exists.



-- 
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]

Reply via email to