[ https://issues.apache.org/jira/browse/ZOOKEEPER-4332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
ASF GitHub Bot updated ZOOKEEPER-4332: -------------------------------------- Labels: pull-request-available zookeeper (was: zookeeper) > Cannot access children of znode that owns too many znodes > --------------------------------------------------------- > > Key: ZOOKEEPER-4332 > URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4332 > Project: ZooKeeper > Issue Type: Bug > Components: server > Affects Versions: 3.6.1 > Reporter: Emil Kleszcz > Priority: Critical > Labels: pull-request-available, zookeeper > Attachments: Screen Shot 2021-06-30 at 16.52.17.png, Screen Shot > 2021-06-30 at 16.52.42.png, Screen Shot 2021-06-30 at 16.53.04.png > > Time Spent: 10m > Remaining Estimate: 0h > > We experience problems with performing any operation (deleteall, get etc.) on > a znode that has too many child nodes. In our case, it's above 200k. At the > same time jute.max.buffer is 4194304. Increasing it by a few factors doesn't > help. This should be either solved by limiting the number of direct znodes > allowed by a parameter or by adding a hard limit by default. > I am attaching some screenshots of the commands and their results. What's > interesting the numbers from getAllChildrenNumber and stat (numChildren) > commands don't match. -- This message was sent by Atlassian Jira (v8.3.4#803005)