[
https://issues.apache.org/jira/browse/CURATOR-569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17103877#comment-17103877
]
Chevaris commented on CURATOR-569:
----------------------------------
Pull request [https://github.com/apache/curator/pull/366]
> API TO HANDLE PROTECTED MODE ZNODE NAMES
> ----------------------------------------
>
> Key: CURATOR-569
> URL: https://issues.apache.org/jira/browse/CURATOR-569
> Project: Apache Curator
> Issue Type: Improvement
> Components: Framework
> Reporter: Chevaris
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Curator provides protectedMode to handle with some corner cases with
> ephemeral nodes. When protectedMode is used, Curator appends a prefix to
> provided name composed by a String concatenating:
> * "_c_"
> * Canonical text representation of a random generated UUID
> * "-"
> Purpose of this ticket is:
> * Improve Javadoc to fully specify the prefix used with protected Mode
> * Provide method that allows to identify if a ZNode name has the protected
> prefix
> * Provide method that allows to separate the prefix name from the provided
> name on Curator Framework when creating the node
--
This message was sent by Atlassian Jira
(v8.3.4#803005)