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

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


    from fef186d  Rearrange zookeeper imports in pom.xml (#995)
     new 370e277  Revert "Add async call retry to resolve the transient ZK 
connection issue. (#970)"
     new c7b9811  Revert "[maven-release-plugin] prepare for next development 
iteration"
     new 5d28cf0  Revert "[maven-release-plugin] prepare release helix-1.0.0"

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 helix-admin-webapp/pom.xml                         |   2 +-
 helix-agent/pom.xml                                |   2 +-
 helix-common/pom.xml                               |   2 +-
 helix-core/pom.xml                                 |   2 +-
 helix-front/pom.xml                                |   2 +-
 helix-lock/pom.xml                                 |   2 +-
 helix-rest/pom.xml                                 |   4 +-
 metadata-store-directory-common/pom.xml            |   6 +-
 metrics-common/pom.xml                             |   2 +-
 pom.xml                                            |   2 +-
 recipes/distributed-lock-manager/pom.xml           |   2 +-
 recipes/pom.xml                                    |   2 +-
 recipes/rabbitmq-consumer-group/pom.xml            |   2 +-
 recipes/rsync-replicated-file-system/pom.xml       |   2 +-
 recipes/service-discovery/pom.xml                  |   2 +-
 recipes/task-execution/pom.xml                     |   2 +-
 zookeeper-api/pom.xml                              |   2 +-
 .../apache/helix/zookeeper/zkclient/ZkClient.java  |  96 ++---
 .../callback/CancellableZkAsyncCallback.java       |   8 -
 .../callback/ZkAsyncCallMonitorContext.java        |  46 ---
 .../zkclient/callback/ZkAsyncCallbacks.java        | 153 +++-----
 .../zkclient/callback/ZkAsyncRetryCallContext.java |  49 ---
 .../zkclient/callback/ZkAsyncRetryThread.java      |  57 ---
 .../apache/helix/zookeeper/impl/ZkTestBase.java    |   2 +-
 .../impl/client/TestZkClientAsyncRetry.java        | 405 ---------------------
 25 files changed, 102 insertions(+), 754 deletions(-)
 delete mode 100644 
zookeeper-api/src/main/java/org/apache/helix/zookeeper/zkclient/callback/CancellableZkAsyncCallback.java
 delete mode 100644 
zookeeper-api/src/main/java/org/apache/helix/zookeeper/zkclient/callback/ZkAsyncCallMonitorContext.java
 delete mode 100644 
zookeeper-api/src/main/java/org/apache/helix/zookeeper/zkclient/callback/ZkAsyncRetryCallContext.java
 delete mode 100644 
zookeeper-api/src/main/java/org/apache/helix/zookeeper/zkclient/callback/ZkAsyncRetryThread.java
 delete mode 100644 
zookeeper-api/src/test/java/org/apache/helix/zookeeper/impl/client/TestZkClientAsyncRetry.java

Reply via email to