You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@curator.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/05/10 16:44:00 UTC

[jira] [Work logged] (CURATOR-569) API TO HANDLE PROTECTED MODE ZNODE NAMES

     [ https://issues.apache.org/jira/browse/CURATOR-569?focusedWorklogId=432552&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-432552 ]

ASF GitHub Bot logged work on CURATOR-569:
------------------------------------------

                Author: ASF GitHub Bot
            Created on: 10/May/20 16:43
            Start Date: 10/May/20 16:43
    Worklog Time Spent: 10m 
      Work Description: chevaris opened a new pull request #366:
URL: https://github.com/apache/curator/pull/366


   I would appreciate your comments on this commit to solve CURATOR-569


----------------------------------------------------------------
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:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 432552)
    Remaining Estimate: 0h
            Time Spent: 10m

> 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)