Manno15 commented on a change in pull request #2321:
URL: https://github.com/apache/accumulo/pull/2321#discussion_r735996130
##########
File path: server/manager/src/main/java/org/apache/accumulo/manager/Manager.java
##########
@@ -1714,6 +1723,11 @@ public boolean isActiveService() {
return managerInitialized.get();
}
+ @Override
+ public boolean isUpgrading() {
+ return managerUpgrading.get();
+ }
Review comment:
This will still have the exception be thrown inside the invocation
handler. One of the original goals was to avoid throwing that exception if the
issue was merely due to the upgrade since it will retry regardless.
--
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]