[ https://issues.apache.org/jira/browse/CURATOR-373?focusedWorklogId=806378&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-806378 ]
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 closed pull request #182: CURATOR-373 Add option to PersistentNode to not overwrite/delete existing node URL: https://github.com/apache/curator/pull/182 Issue Time Tracking ------------------- Worklog Id: (was: 806378) Time Spent: 20m (was: 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: 20m > 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)