You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2021/04/23 09:08:37 UTC

[GitHub] [hbase] sunhelly commented on pull request #3160: HBASE-25773 TestSnapshotScannerHDFSAclController.setupBeforeClass is …

sunhelly commented on pull request #3160:
URL: https://github.com/apache/hbase/pull/3160#issuecomment-825518211


   Hi, @Apache9 ,
   Logs show that, when SnapshotScannerHDFSAclController.postStartMaster is reopening regions of hbase:acl, the client connection is closed, `2021-04-11T11:02:20,343 INFO  [Async-Client-Retry-Timer-pool-0] client.RawAsyncHBaseAdmin$TableProcedureBiConsumer(2541): Operation: ENABLE, Table Name: hbase:acl failed with Client already closed`.
   
   And the assertion failed at `java.lang.RuntimeException: 
   org.apache.hadoop.hbase.regionserver.NoSuchColumnFamilyException: org.apache.hadoop.hbase.regionserver.NoSuchColumnFamilyException: Column family m does not exist in region hbase:acl,,1618138939349.5462a519f88abf1ed6833815d56a57a4. in table 'hbase:acl', 
   ....
   at org.apache.hadoop.hbase.security.access.TestSnapshotScannerHDFSAclController.setupBeforeClass(TestSnapshotScannerHDFSAclController.java:101)`
   
   So I think the assertion failed when the table descriptor of hbase:acl had changed, while regions had not been reopened completely.


-- 
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:
users@infra.apache.org