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



##########
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:
       Good poing. 




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