taklwu commented on pull request #2931: URL: https://github.com/apache/hbase/pull/2931#issuecomment-790220164
I checked locally with the jdk8 environment and it passed. I checked the code of the unit test `grantGlobal` should not be related since this should be using `DefaultStoreFileManager` ``` [ERROR] Failures: [ERROR] TestRSGroupsWithACL.setupBeforeClass:135->SecureTestUtil.grantGlobal:345->SecureTestUtil.updateACLs:313 Waiting timed out after [10,000] msec ``` * local test result from a jdk8 build ``` [INFO] Running org.apache.hadoop.hbase.rsgroup.TestRSGroupsWithACL [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.645 s - in org.apache.hadoop.hbase.rsgroup.TestRSGroupsWithACL [INFO] [INFO] Results: [INFO] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0 ``` ---------------------------------------------------------------- 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]
