Details
Description
The test failed with:
2016-11-11 11:33:03,488|INFO|MainThread|machine.py:142 - run()|2016-11-11 11:33:03,488 INFO [main] test.IntegrationTestZKAndFSPermissions: Checking ACLs for znode znode:/hbase-secure/region-in-transition/9a1652e7d73eaa66c5fb45e3fa04ac1c acls:[31,s{'sasl,'hbase} 2016-11-11 11:33:03,488|INFO|MainThread|machine.py:142 - run()|, 31,s{'sasl,'hbase} 2016-11-11 11:33:03,488|INFO|MainThread|machine.py:142 - run()|] 2016-11-11 11:33:03,491|INFO|MainThread|machine.py:142 - run()|2016-11-11 11:33:03,490 INFO [main] test.IntegrationTestZKAndFSPermissions: Checking ACLs for znode znode:/hbase-secure/region-in-transition/e4ef3a431bcad8036bf3abd6f2caf0e4 acls:[31,s{'sasl,'hbase} 2016-11-11 11:33:03,491|INFO|MainThread|machine.py:142 - run()|, 31,s{'sasl,'hbase} 2016-11-11 11:33:03,491|INFO|MainThread|machine.py:142 - run()|] 2016-11-11 11:33:03,505|INFO|MainThread|machine.py:142 - run()|2016-11-11 11:33:03,502 ERROR [main] util.AbstractHBaseTool: Error running command-line tool 2016-11-11 11:33:03,506|INFO|MainThread|machine.py:142 - run()|org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /hbase-secure/region-in-transition/7e352559c4072680e9c73bf892e81d14 2016-11-11 11:33:03,506|INFO|MainThread|machine.py:142 - run()|at org.apache.zookeeper.KeeperException.create(KeeperException.java:111) 2016-11-11 11:33:03,506|INFO|MainThread|machine.py:142 - run()|at org.apache.zookeeper.KeeperException.create(KeeperException.java:51) 2016-11-11 11:33:03,506|INFO|MainThread|machine.py:142 - run()|at org.apache.zookeeper.ZooKeeper.getACL(ZooKeeper.java:1330) 2016-11-11 11:33:03,506|INFO|MainThread|machine.py:142 - run()|at org.apache.hadoop.hbase.test.IntegrationTestZKAndFSPermissions.assertZnodePerms(IntegrationTestZKAndFSPermissions.java:180) 2016-11-11 11:33:03,506|INFO|MainThread|machine.py:142 - run()|at org.apache.hadoop.hbase.test.IntegrationTestZKAndFSPermissions.checkZnodePermsRecursive(IntegrationTestZKAndFSPermissions.java:161) 2016-11-11 11:33:03,507|INFO|MainThread|machine.py:142 - run()|at org.apache.hadoop.hbase.test.IntegrationTestZKAndFSPermissions.checkZnodePermsRecursive(IntegrationTestZKAndFSPermissions.java:167) 2016-11-11 11:33:03,507|INFO|MainThread|machine.py:142 - run()|at org.apache.hadoop.hbase.test.IntegrationTestZKAndFSPermissions.checkZnodePermsRecursive(IntegrationTestZKAndFSPermissions.java:167) 2016-11-11 11:33:03,507|INFO|MainThread|machine.py:142 - run()|at org.apache.hadoop.hbase.test.IntegrationTestZKAndFSPermissions.testZNodeACLs(IntegrationTestZKAndFSPermissions.java:151) 2016-11-11 11:33:03,507|INFO|MainThread|machine.py:142 - run()|at org.apache.hadoop.hbase.test.IntegrationTestZKAndFSPermissions.doWork(IntegrationTestZKAndFSPermissions.java:131) 2016-11-11 11:33:03,507|INFO|MainThread|machine.py:142 - run()|at org.apache.hadoop.hbase.util.AbstractHBaseTool.run(AbstractHBaseTool.java:112) 2016-11-11 11:33:03,508|INFO|MainThread|machine.py:142 - run()|at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:76)
Seems like a race condition for emphemeral region-in-transition nodes.