You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Alex Newman (JIRA)" <ji...@apache.org> on 2011/03/25 00:38:05 UTC

[jira] [Assigned] (HBASE-3238) HBase needs to have the CREATE permission on the parent of its ZooKeeper parent znode

     [ https://issues.apache.org/jira/browse/HBASE-3238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Newman reassigned HBASE-3238:
----------------------------------

    Assignee: Alex Newman

> HBase needs to have the CREATE permission on the parent of its ZooKeeper parent znode
> -------------------------------------------------------------------------------------
>
>                 Key: HBASE-3238
>                 URL: https://issues.apache.org/jira/browse/HBASE-3238
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.90.0
>            Reporter: Mathias Herberts
>            Assignee: Alex Newman
>            Priority: Blocker
>
> Upon startup, HBase attempts to create its zookeeper.parent.znode in ZooKeeper, it does so using ZKUtil.createAndFailSilent which as its name seems to imply will fail silent if the znode exists. But if HBase does not have the CREATE permission on its zookeeper.parent.znode parent znode then the create attempt will fail with a org.apache.zookeeper.KeeperException$NoAuthException and will terminate the process.
> In a production environment where ZooKeeper has a managed namespace it is not possible to give HBase CREATE permission on the parent of its parent znode.
> ZKUtil.createAndFailSilent should therefore be modified to check that the znode exists using ZooKeeper.exist prior to attempting to create it.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira