[
https://issues.apache.org/jira/browse/ZOOKEEPER-4915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andor Molnar resolved ZOOKEEPER-4915.
-------------------------------------
Fix Version/s: 3.10.0
Resolution: Fixed
Issue resolved by pull request 2248
[https://github.com/apache/zookeeper/pull/2248]
> Change default value of znode.container.maxNeverUsedIntervalMs
> --------------------------------------------------------------
>
> Key: ZOOKEEPER-4915
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4915
> Project: ZooKeeper
> Issue Type: Improvement
> Components: server
> Reporter: Kezhu Wang
> Priority: Minor
> Labels: pull-request-available
> Fix For: 3.10.0
>
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> Usually, {{CONTAINER}} node with no children will be deleted. But if that
> node is never used(a.k.a. no child created before), it will not be deleted
> unless {{znode.container.maxNeverUsedIntervalMs}} configured. Currently,
> {{znode.container.maxNeverUsedIntervalMs}} defaults to {{0}} which means
> container nodes that never had any children are never deleted.
> I think it would make more sense to give it a non {{0}} value, say 5 minutes,
> to make it work out of box.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)