[
https://issues.apache.org/jira/browse/ZOOKEEPER-2575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Prabhunath Yadav updated ZOOKEEPER-2575:
----------------------------------------
Description:
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.
was:
while creating node using command
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.
> /./// 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.5.2
> Reporter: Prabhunath Yadav
> 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)