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



##########
File path: 
server/base/src/main/java/org/apache/accumulo/server/security/handler/ZKAuthenticator.java
##########
@@ -54,6 +56,33 @@ public void initialize(ServerContext context) {
     ZKUserPath = Constants.ZROOT + "/" + context.getInstanceID() + "/users";
   }
 
+  /**
+   * Checks stored users and logs a warning containing the ones with outdated 
hashes.
+   */
+  public boolean hasOutdatedHashes() {

Review comment:
       I considered that too, but kept it like this because we are checking for 
the outdated format, and while not being outdated technically means it's the 
current one, the name still feels misleading.




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