You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by ra...@apache.org on 2020/04/19 15:15:44 UTC

[curator] branch master updated (003f6f0 -> e73b034)

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

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


    from 003f6f0  CURATOR-525 - instead of resetting the connection, change the state to RECONNECTED. I'm concerned about LOST/reset loops. This is still a bad hack and needs to be addressed in the future.
     add 9c4112b  [CURATOR-464] attach orignal artifacts with classifier original
     add 7b19bf7  Merge branch 'master' of github.com:bigmarvin/curator into CURATOR-464
     add 7770d47  CURATOR-567 - remove flaky cases of TestCleanState
     new e73b034  Merge branch 'master' of https://gitbox.apache.org/repos/asf/curator

The 1 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:
 .../recipes/locks/TestInterProcessMutexBase.java   | 19 ++++----
 pom.xml                                            | 56 ++++++++++++++++++++++
 2 files changed, 65 insertions(+), 10 deletions(-)


[curator] 01/01: Merge branch 'master' of https://gitbox.apache.org/repos/asf/curator

Posted by ra...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

randgalt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/curator.git

commit e73b0349b53ae6bbc4c684821204ac699017946d
Merge: 7770d47 003f6f0
Author: randgalt <ra...@apache.org>
AuthorDate: Sun Apr 19 10:15:36 2020 -0500

    Merge branch 'master' of https://gitbox.apache.org/repos/asf/curator

 .../framework/imps/CuratorFrameworkImpl.java       | 27 ++++++++++++++++
 .../framework/state/ConnectionStateManager.java    | 11 +++++++
 .../curator/framework/imps/TestFrameworkEdges.java | 36 ++++++++++++++++++++++
 3 files changed, 74 insertions(+)