[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12625507#action_12625507
 ] 

Mahadev konar commented on ZOOKEEPER-119:
-----------------------------------------

review comments for the patch... 

the patch just looks for ends with signature which is wrong ... 

1) anything like creating a node zookeeper/myname.zookeeper would return true 
.... 

2) i dont htink .zookeeper should be reserved for all the nodes... just the 
root should be fine

3) I think we should just change .zookeeper to zookeeper

so the only node that zookeeper owns would be 

/zookeeper

and that would have all the stats and others. Creating a .zookeeper does not 
seem right since we dont plan hide it? or do we?





> Reserve ".zookeeper" node for server use.
> -----------------------------------------
>
>                 Key: ZOOKEEPER-119
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-119
>             Project: Zookeeper
>          Issue Type: New Feature
>          Components: server
>            Reporter: Patrick Hunt
>            Assignee: Jakob Homan
>         Attachments: ZOOKEEPER-119.patch
>
>
> The server should not allow clients to create .zookeeper nodes in the node 
> hierarchy. These nodes should be reserved for zk future use, some ideas:
> * /.zookeeper/proc
> * /.zookeeper/stats
> * /.zookeeper/...
> * /.../.zookeeper/... (disallow both at root as well as child nodes)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to