You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Dmitry Sherstobitov (Jira)" <ji...@apache.org> on 2021/02/18 16:44:00 UTC

[jira] [Created] (ZOOKEEPER-4215) deleteall may not remove non-empty nodes if evaluated in follower server

Dmitry Sherstobitov created ZOOKEEPER-4215:
----------------------------------------------

             Summary: deleteall may not remove non-empty nodes if evaluated in follower server
                 Key: ZOOKEEPER-4215
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4215
             Project: ZooKeeper
          Issue Type: Bug
            Reporter: Dmitry Sherstobitov


rmr command will be deprecated soon, so all my code has been updates.
After this update I started to get Node not exists issue while trying to deletall from follower node.

So solution is to use deprecated rmr or detect leader server and run deleteall from there.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)