[
https://issues.apache.org/jira/browse/CURATOR-373?focusedWorklogId=806377&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-806377
]
ASF GitHub Bot logged work on CURATOR-373:
------------------------------------------
Author: ASF GitHub Bot
Created on: 06/Sep/22 13:40
Start Date: 06/Sep/22 13:40
Worklog Time Spent: 10m
Work Description: tisonkun commented on PR #182:
URL: https://github.com/apache/curator/pull/182#issuecomment-1238167670
Closed as stale. There're many changes since this patch was made in the
first place. Feel free to resubmit it if it's still relevant.
Issue Time Tracking
-------------------
Worklog Id: (was: 806377)
Remaining Estimate: 0h
Time Spent: 10m
> 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
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 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
(v8.20.10#820010)