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
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.