meatballspaghetti commented on code in PR #5350:
URL: https://github.com/apache/accumulo/pull/5350#discussion_r1977637220
##########
server/base/src/main/java/org/apache/accumulo/server/security/handler/ZKAuthorizor.java:
##########
@@ -41,16 +42,15 @@ public class ZKAuthorizor implements Authorizor {
private static final Logger log =
LoggerFactory.getLogger(ZKAuthorizor.class);
private final String ZKUserAuths = "/Authorizations";
+ private final String zkUserPath = Constants.ZUSERS;
Review Comment:
Fixed for both variables.
--
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]