[
https://issues.apache.org/jira/browse/HBASE-1191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nitay Joffe reassigned HBASE-1191:
----------------------------------
Assignee: Nitay Joffe
> ZooKeeper ensureParentExists calls fail on absolute path
> --------------------------------------------------------
>
> Key: HBASE-1191
> URL: https://issues.apache.org/jira/browse/HBASE-1191
> Project: Hadoop HBase
> Issue Type: Bug
> Affects Versions: 0.19.0
> Reporter: Nitay Joffe
> Assignee: Nitay Joffe
> Attachments: hbase-1191.patch
>
>
> If user specifies absolute path for one of the files in ZooKeeper, the
> following will not do what it's supposed to:
> if (!ensureZNodeExists(parentZNode)) {
> ...
> Because the user specified path is not a child of parentZNode, all operations
> on it will fail.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.