milleruntime commented on a change in pull request #2321:
URL: https://github.com/apache/accumulo/pull/2321#discussion_r732145691



##########
File path: server/manager/src/main/java/org/apache/accumulo/manager/Manager.java
##########
@@ -1205,8 +1212,9 @@ boolean canSuspendTablets() {
     // checking stored user hashes if any of them uses an outdated algorithm
     security.validateStoredUserCreditentials();
 
-    // The manager is fully initialized. Clients are allowed to connect now.
+    // The manager is fully initialized and upgraded. Clients are allowed to 
connect now.
     managerInitialized.set(true);
+    managerUpgrading.set(false);

Review comment:
       Maybe set `managerUpgrading` to false first? I think we are saying here 
that the upgrade is part of the initialize process so I take that as the 
upgrade is completed and then it is initialized.




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