You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "yijie (JIRA)" <ji...@apache.org> on 2018/04/23 06:06:00 UTC

[jira] [Created] (ZOOKEEPER-3024) C++ Client return sub paths in String_vector illegal after zoo_get_children completed with ZOK

yijie created ZOOKEEPER-3024:
--------------------------------

             Summary: 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
         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。

zhen 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)