[
https://issues.apache.org/jira/browse/ZOOKEEPER-3024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
yijie updated ZOOKEEPER-3024:
-----------------------------
Description:
we use c++ client api:
int zoo_get_children(zhandle_t *zh, const char *path, int watch, struct
String_vector *strings)
to list zookeeper dir, zoo_get_children return zok。
then we visit strings, its not right
!image-2018-04-23-14-05-03-534.png!
was:
we use c++ client api:
int zoo_get_children(zhandle_t *zh, const char *path, int watch, struct
String_vector *strings)
to list zookeeper dir, zoo_get_children return zok。
zhen we visit strings, its not right
!image-2018-04-23-14-05-03-534.png!
> C++ Client return sub paths in String_vector illegal after zoo_get_children
> completed with ZOK
> ----------------------------------------------------------------------------------------------
>
> Key: ZOOKEEPER-3024
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3024
> Project: ZooKeeper
> Issue Type: Bug
> Reporter: yijie
> Priority: Major
> Attachments: image-2018-04-23-14-05-03-534.png
>
>
> we use c++ client api:
> int zoo_get_children(zhandle_t *zh, const char *path, int watch, struct
> String_vector *strings)
> to list zookeeper dir, zoo_get_children return zok。
> then we visit strings, its not right
> !image-2018-04-23-14-05-03-534.png!
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)