You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2022/12/08 00:33:40 UTC

[GitHub] [accumulo] EdColeman commented on a diff in pull request #3109: Check ACLs on ZNode contain expected regardless of order, improve error msg

EdColeman commented on code in PR #3109:
URL: https://github.com/apache/accumulo/pull/3109#discussion_r1042810155


##########
server/manager/src/main/java/org/apache/accumulo/manager/upgrade/Upgrader9to10.java:
##########
@@ -165,8 +165,10 @@ private void validateACLs(ServerContext context) {
 

Review Comment:
   This does not need the stat.  Could use:
   ```
             final List<ACL> acls = zk.getACL(path, null);
   ```



-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org