[
https://issues.apache.org/jira/browse/ZOOKEEPER-2575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15689550#comment-15689550
]
kevin.chen commented on ZOOKEEPER-2575:
---------------------------------------
I just checked this on Zookeeper 3.3.3 and start the zookeeper server , then
run cli command:
[zk: localhost:2181(CONNECTED) 2] create / /.///
2016-11-23 04:40:08,261 - INFO [ProcessThread:-1:PrepRequestProcessor@407] -
Got user-level KeeperException when processing sessionid:0x158908dd8c40000
type:create cxid:0x3 zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error
Path:/ Error:KeeperErrorCode = NodeExists for /
Node already exists: /
> /./// 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)