Manno15 commented on a change in pull request #2321:
URL: https://github.com/apache/accumulo/pull/2321#discussion_r738382815
##########
File path: server/manager/src/main/java/org/apache/accumulo/manager/Manager.java
##########
@@ -1042,6 +1043,12 @@ public void run() {
throw new IllegalStateException("Exception getting manager lock", e);
}
+ // If UpgradeStatus is not at complete by this moment, then things are
currently
+ // upgrading.
+ if
(!upgradeCoordinator.getStatus().equals(UpgradeCoordinator.UpgradeStatus.COMPLETE))
{
Review comment:
Done in
https://github.com/apache/accumulo/pull/2321/commits/80aae5a075bf00a6ba67ef68cd3640140ed018a3
--
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]