virajjasani commented on code in PR #5369:
URL: https://github.com/apache/hbase/pull/5369#discussion_r1304706419


##########
hbase-server/src/test/java/org/apache/hadoop/hbase/security/access/TestSnapshotScannerHDFSAclController.java:
##########
@@ -158,6 +158,7 @@ public void testGrantGlobal1() throws Exception {
 
     TestHDFSAclHelper.createTableAndPut(TEST_UTIL, table);
     snapshotAndWait(snapshot1, table);
+    snapshotAndWait(snapshot2, table);

Review Comment:
   it actually does, i am still trying to understand why the order of granting 
permissions to global user matter in the order. e.g. before table creation, 
granting global user permission allows user to scan snapshot but after table 
creation if we grant it, it doesn't work.
   perhaps some bug in coproc `SnapshotScannerHDFSAclController`



-- 
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: issues-unsubscr...@hbase.apache.org

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

Reply via email to