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

Savu Andrei commented on ZOOKEEPER-777:
---------------------------------------

Unable to replicate this bug. I've tested using the CLI:

[zk: (CONNECTED) 2] setAcl /dummy world:anyone:cdrwa
Node does not exist: /dummy

I have also tested this scenario using the attached python script:

Connecting to localhost:2181 -- 
Setting ACL on /dummy
Exception: no node

Am I missing something? 

> setting acl on a non existant node should return no node error
> --------------------------------------------------------------
>
>                 Key: ZOOKEEPER-777
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-777
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: server
>    Affects Versions: 3.3.0, 3.3.1
>            Reporter: Kapil Thangavelu
>             Fix For: 3.4.0
>
>         Attachments: test.py
>
>
> currently it just returns successfully, but the acl can't be retrieved, and 
> if any value is being stored, its overwritten when the node is created.

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