[
https://issues.apache.org/jira/browse/ZOOKEEPER-2575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15689064#comment-15689064
]
kevin.chen commented on ZOOKEEPER-2575:
---------------------------------------
hi Prabhunath
I just run this command in my environment, the following is the output:
[zk: localhost:2181(CONNECTED) 2] create / /.///
Node already exists: /
I didn't see any error or excepetion.
Did I miss anything? or what version of zookeeper you are using?
> /./// does not have the form scheme:id:perm and client is quit.
> ---------------------------------------------------------------
>
> Key: ZOOKEEPER-2575
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2575
> Project: ZooKeeper
> Issue Type: Bug
> Components: java client
> Affects Versions: 3.3.3
> Reporter: Prabhunath Yadav
> Assignee: kevin.chen
> Priority: Minor
>
> while creating node using command (random arguments like this).
> create / /./// or some wrong format it shows the message
> /./// does not have the form scheme:id:perm
> with Exception in thread "main"
> org.apache.zookeeper.KeeperException$InvalidACLException:
> KeeperErrorCode=InvalidACL
> .....
> It should give the accurate message but it should not get closed or quit.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)