You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ne...@apache.org on 2022/06/03 20:14:52 UTC

[helix] branch master updated (4faa5f61a -> 3ed681be0)

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

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


    from 4faa5f61a Upgrade helix-front to Angular 12.2  (#2131)
     add 3ed681be0 Add TTL and Container Modes to ZkClient and BaseDataAccessor APIs (#2138)

No new revisions were added by this update.

Summary of changes:
 helix-core/helix-core-1.0.5-SNAPSHOT.ivy           |   2 +-
 .../java/org/apache/helix/BaseDataAccessor.java    |  23 ++
 .../helix/manager/zk/ZkBaseDataAccessor.java       |  66 +++-
 .../helix/manager/zk/ZkCacheBaseDataAccessor.java  |  19 +-
 .../helix/manager/zk/TestZkBaseDataAccessor.java   | 109 +++++++
 .../apache/helix/mock/MockBaseDataAccessor.java    |  11 +
 .../zookeeper/api/client/RealmAwareZkClient.java   |  32 ++
 .../zookeeper/impl/client/DedicatedZkClient.java   |  80 +++++
 .../zookeeper/impl/client/FederatedZkClient.java   |  83 ++++-
 .../zookeeper/impl/client/SharedZkClient.java      |  90 +++++-
 .../impl/factory/SharedZkClientFactory.java        |   7 +-
 .../helix/zookeeper/zkclient/IZkConnection.java    |   2 +
 .../apache/helix/zookeeper/zkclient/ZkClient.java  | 352 ++++++++++++++++++++-
 .../helix/zookeeper/zkclient/ZkConnection.java     |   6 +
 .../zkclient/callback/ZkAsyncCallbacks.java        |   8 +-
 .../client/RealmAwareZkClientFactoryTestBase.java  |  71 ++++-
 .../impl/client/TestFederatedZkClient.java         |  83 ++++-
 .../zookeeper/impl/client/TestRawZkClient.java     | 129 ++++++++
 zookeeper-api/zookeeper-api-1.0.5-SNAPSHOT.ivy     |   2 +-
 19 files changed, 1135 insertions(+), 40 deletions(-)