ctubbsii commented on a change in pull request #1798:
URL: https://github.com/apache/accumulo/pull/1798#discussion_r533741183



##########
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:
       I was wondering that, too, but I kind of want users to be annoyed by it 
more than once, so that they actually log users in to upgrade the hashes. I was 
also thinking maybe the other route, and ~~nagging~~ *logging* once every few 
days or once a week on a running system. Once at master startup is probably a 
good compromise for now, though. We can get more aggressive in future releases, 
before eventually forcing it at upgrade.




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


Reply via email to