Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
None
-
None
Description
ephemeral znodes have the nice property of automatically cleaning up after themselves when the creator goes away, but since they can't have children it is hard to build subtrees that will cleanup after the clients that are using them are gone.
rather than changing the semantics of ephemeral nodes, i propose ephemeral parents: znodes that disappear when they have no more children. this cleanup would happen automatically when the last child is removed. an ephemeral parent is not tied to any particular session, so even if the creator goes away, the ephemeral parent will remain as long as there are children.
the when an ephemeral parent is created it will have an initial child, so that it doesn't get immediately removed. i think this child should be an ephemeral znode with a predefined name, "firstChild".
Attachments
Attachments
Issue Links
- duplicates
-
ZOOKEEPER-2163 Introduce new ZNode type: container
- Resolved
- is superceded by
-
ZOOKEEPER-2163 Introduce new ZNode type: container
- Resolved
- relates to
-
ZOOKEEPER-834 Allow ephemeral znodes to have children created only by the owner session.
- Resolved