This is an automated email from the ASF dual-hosted git repository.
randgalt pushed a change to branch CURATOR-558-pt1-remove-zk40-etc
in repository https://gitbox.apache.org/repos/asf/curator.git.
from e65ac78 CURATOR-558 - uses CuratorTestBase so that retries occur and
a short session timeout for faster execution
add 959c1ca CURATOR-559 (#346)
new 9dcad6d CURATOR-558
new 9990dbf CURATOR-558 - uses CuratorTestBase so that retries occur and
a short session timeout for faster execution
new 39223b7 Merge branch 'CURATOR-558-pt1-remove-zk40-etc' of
https://gitbox.apache.org/repos/asf/curator into CURATOR-558-pt1-remove-zk40-etc
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:
.../org/apache/curator/CuratorZookeeperClient.java | 2 +-
.../main/java/org/apache/curator/RetryLoop.java | 94 ++-----------
.../java/org/apache/curator/RetryLoopImpl.java | 100 +++++++++++++
.../StandardConnectionHandlingPolicy.java | 28 ++--
.../curator/connection/ThreadLocalRetryLoop.java | 156 +++++++++++++++++++++
.../java/org/apache/curator/TestEnsurePath.java | 4 +-
.../connection/TestThreadLocalRetryLoop.java | 118 ++++++++++++++++
7 files changed, 410 insertions(+), 92 deletions(-)
create mode 100644
curator-client/src/main/java/org/apache/curator/RetryLoopImpl.java
create mode 100644
curator-client/src/main/java/org/apache/curator/connection/ThreadLocalRetryLoop.java
create mode 100644
curator-recipes/src/test/java/org/apache/curator/connection/TestThreadLocalRetryLoop.java