milleruntime commented on a change in pull request #1798:
URL: https://github.com/apache/accumulo/pull/1798#discussion_r533742598
##########
File path: server/manager/src/main/java/org/apache/accumulo/master/Master.java
##########
@@ -1178,6 +1178,9 @@ boolean canSuspendTablets() {
log.info("All metrics modules registered");
}
+ // checking stored user hashes if any of them uses an outdated algorithm
+ security.validateStoredUserCreditentials();
Review comment:
Good point. And we can easily move the check somewhere else in later
versions.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]