You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by xy...@apache.org on 2023/06/01 07:11:58 UTC

[helix] branch metaclient updated (6c53496ed -> 1df540f51)

This is an automated email from the ASF dual-hosted git repository.

xyuanlu pushed a change to branch metaclient
in repository https://gitbox.apache.org/repos/asf/helix.git


    from 6c53496ed Add recursive persist listener API in ZkClient and test native ZK - API only
     add 1df540f51  ZkClient add recursive persist listener implementation (#2506)

No new revisions were added by this update.

Summary of changes:
 .../helix/metaclient/impl/zk/ZkMetaClient.java     | 17 ++--
 .../impl/zk/adapter/ChildListenerAdapter.java      |  2 +-
 .../helix/metaclient/impl/zk/TestZkMetaClient.java | 81 ++++++++++++++++--
 .../apache/helix/zookeeper/zkclient/ZkClient.java  | 96 ++++++++++++++++++----
 .../zkclient/util/ZkPathRecursiveWatcherTrie.java  | 23 +++++-
 .../zkclient/TestZkClientPersistWatcher.java       | 41 +++++++--
 6 files changed, 217 insertions(+), 43 deletions(-)