Péter Lakos created CURATOR-373:
-----------------------------------
Summary: Add option to PersistentNode to not overwrite/delete
existing node
Key: CURATOR-373
URL: https://issues.apache.org/jira/browse/CURATOR-373
Project: Apache Curator
Issue Type: Wish
Components: Recipes
Reporter: Péter Lakos
Currently, when PersistentNode.start() is called, and a node at the specified
path already exists, this existing node's data is overwritten with the
PersistentNode's data.
Similarly, when PersistentNode.close() is called, the node is deleted, even if
a node existed at the specified path before PersistentNode.start() was called.
Add an option to PersistentNode to not overwrite/delete an existing node.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)