huaxiangsun commented on issue #1433: HBASE-24114 [Flakey Tests] TestSnapshotScannerHDFSAclController URL: https://github.com/apache/hbase/pull/1433#issuecomment-608949478 Hi @mymeiyi, this is a race condition which causes the error as described in the jira. The case is like this: snapshot -> markStatusComplete -> user does sanpshotScan -> coprocessor sets up HDFS acl. I added the code to sleep for one second after snapshot, which is not ideal. Is there a way to check HDFS acl is setup after snapshot? That will be an ideal solution. Thanks.
---------------------------------------------------------------- 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] With regards, Apache Git Services
