[
https://issues.apache.org/jira/browse/CURATOR-569?focusedWorklogId=432622&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-432622
]
ASF GitHub Bot logged work on CURATOR-569:
------------------------------------------
Author: ASF GitHub Bot
Created on: 11/May/20 03:53
Start Date: 11/May/20 03:53
Worklog Time Spent: 10m
Work Description: Randgalt commented on a change in pull request #366:
URL: https://github.com/apache/curator/pull/366#discussion_r422765176
##########
File path:
curator-framework/src/main/java/org/apache/curator/framework/imps/CreateBuilderImpl.java
##########
@@ -751,7 +748,7 @@ public String forPath(String path) throws Exception {
private static String getProtectedPrefix(String protectedId)
Review comment:
This method should be public as well. Also, move the whole bit (all 4
APIs into a helper util class in the root).
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 432622)
Time Spent: 0.5h (was: 20m)
> 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: 0.5h
> 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)