Enis Soztutar created HBASE-17091:
-------------------------------------
Summary: IntegrationTestZKAndFSPermissions failed with
'KeeperException$NoNodeException'
Key: HBASE-17091
URL: https://issues.apache.org/jira/browse/HBASE-17091
Project: HBase
Issue Type: Bug
Reporter: Enis Soztutar
Assignee: Enis Soztutar
The test failed with:
{code}
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)
{code}
Seems like a race condition for emphemeral region-in-transition nodes.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)