Ted Yu created ZOOKEEPER-1665:
---------------------------------

             Summary: Support recursive deletion in multi
                 Key: ZOOKEEPER-1665
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1665
             Project: ZooKeeper
          Issue Type: New Feature
            Reporter: Ted Yu


Use case in HBase is that we need to recursively delete multiple subtrees:
{code}
    ZKUtil.deleteChildrenRecursively(watcher, acquiredZnode);
    ZKUtil.deleteChildrenRecursively(watcher, reachedZnode);
    ZKUtil.deleteChildrenRecursively(watcher, abortZnode);
{code}
To achieve high consistency, it is desirable to use multi for the above 
operations.

This JIRA adds support for recursive deletion in multi.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to