[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-3334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

maoling updated ZOOKEEPER-3334:
-------------------------------
    Description: 
in the zkCli.sh cannot create a node,and no exceptions have been thrown, but 
use the java client api can create that path: "/configplatform/12", I saw the 
same issue previously.

[zk: (CONNECTED) 2] create /configplatform/12
 [zk: (CONNECTED) 3] create /configplatform/12
 [zk: (CONNECTED) 4] create /configplatform/12
 [zk: (CONNECTED) 5] create /configplatform/12
 [zk: (CONNECTED) 6] create /configplatform/12
 [zk: (CONNECTED) 7] ls /configplatform
 [11, 13, 3, 4, 5, 6, 7, 8, 9, 10]
 [zk: (CONNECTED) 8] delete /configplatform/12
 Node does not exist: /configplatform/12
 [zk: (CONNECTED) 9] get /configplatform/12
 Node does not exist: /configplatform/12

  was:
in the zkCli.sh cannot create a node,and no exceptions have been thrown, but 
use the java client api can create that path: "/configplatform/12", I saw the 
same issue previously.

[zk: 10.10.139.76:2181(CONNECTED) 2] create /configplatform/12
[zk: 10.10.139.76:2181(CONNECTED) 3] create /configplatform/12
[zk: 10.10.139.76:2181(CONNECTED) 4] create /configplatform/12
[zk: 10.10.139.76:2181(CONNECTED) 5] create /configplatform/12
[zk: 10.10.139.76:2181(CONNECTED) 6] create /configplatform/12
[zk: 10.10.139.76:2181(CONNECTED) 7] ls /configplatform
[11, 13, 3, 4, 5, 6, 7, 8, 9, 10]
[zk: 10.10.139.76:2181(CONNECTED) 8] delete /configplatform/12
Node does not exist: /configplatform/12
[zk: 10.10.139.76:2181(CONNECTED) 9] get /configplatform/12
Node does not exist: /configplatform/12


> ./zkCli.sh cannot create the node
> ---------------------------------
>
>                 Key: ZOOKEEPER-3334
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3334
>             Project: ZooKeeper
>          Issue Type: Bug
>          Components: scripts
>            Reporter: maoling
>            Priority: Major
>
> in the zkCli.sh cannot create a node,and no exceptions have been thrown, but 
> use the java client api can create that path: "/configplatform/12", I saw the 
> same issue previously.
> [zk: (CONNECTED) 2] create /configplatform/12
>  [zk: (CONNECTED) 3] create /configplatform/12
>  [zk: (CONNECTED) 4] create /configplatform/12
>  [zk: (CONNECTED) 5] create /configplatform/12
>  [zk: (CONNECTED) 6] create /configplatform/12
>  [zk: (CONNECTED) 7] ls /configplatform
>  [11, 13, 3, 4, 5, 6, 7, 8, 9, 10]
>  [zk: (CONNECTED) 8] delete /configplatform/12
>  Node does not exist: /configplatform/12
>  [zk: (CONNECTED) 9] get /configplatform/12
>  Node does not exist: /configplatform/12



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to