[
https://issues.apache.org/jira/browse/ZOOKEEPER-2956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Benedict Jin updated ZOOKEEPER-2956:
------------------------------------
Description: We cannot delete znode that owns too many child znodes by
`rmr` command, due to the list of child znodes could be 172 MB, which is too
huge for the default value of `jute.maxbuffer` (1MB). In fact, we shouldn't be
effected by the number of child znodes when we want to delete some special
znodes recursively. (was: We cannot delete znode that owns too many child
znodes by `rmr` command, due to the list of child znodes could be 172 MB, which
is too huge for the default value of `jute.maxbuffer` (1MB).)
> Cannot delete znode that owns too many child znodes by `rmr` command
> --------------------------------------------------------------------
>
> Key: ZOOKEEPER-2956
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2956
> Project: ZooKeeper
> Issue Type: Bug
> Components: server
> Reporter: Benedict Jin
> Assignee: Benedict Jin
> Attachments: 172MB_child_znodes_list.png, rmr_failed.png
>
>
> We cannot delete znode that owns too many child znodes by `rmr` command, due
> to the list of child znodes could be 172 MB, which is too huge for the
> default value of `jute.maxbuffer` (1MB). In fact, we shouldn't be effected by
> the number of child znodes when we want to delete some special znodes
> recursively.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)