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 2014/08/20 23:14:04 UTC

[2/2] git commit: Merge branch 'CURATOR-136' of github.com:madrob/curator into CURATOR-136

Merge branch 'CURATOR-136' of github.com:madrob/curator into CURATOR-136


Project: http://git-wip-us.apache.org/repos/asf/curator/repo
Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/7bec246d
Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/7bec246d
Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/7bec246d

Branch: refs/heads/master
Commit: 7bec246de89e06716089c3d36c7b20412eba6985
Parents: e6fc38c 05254af
Author: randgalt <ra...@apache.org>
Authored: Wed Aug 20 16:13:35 2014 -0500
Committer: randgalt <ra...@apache.org>
Committed: Wed Aug 20 16:13:35 2014 -0500

----------------------------------------------------------------------
 .../src/main/java/org/apache/curator/utils/PathUtils.java    | 7 +++++--
 .../framework/recipes/atomic/DistributedAtomicValue.java     | 4 +++-
 .../curator/framework/recipes/atomic/PromotedToLock.java     | 3 ++-
 .../framework/recipes/barriers/DistributedBarrier.java       | 3 ++-
 .../framework/recipes/barriers/DistributedDoubleBarrier.java | 3 ++-
 .../apache/curator/framework/recipes/cache/ChildData.java    | 3 ++-
 .../curator/framework/recipes/cache/GetDataOperation.java    | 4 +++-
 .../apache/curator/framework/recipes/cache/NodeCache.java    | 3 ++-
 .../curator/framework/recipes/cache/PathChildrenCache.java   | 3 ++-
 .../apache/curator/framework/recipes/cache/TreeCache.java    | 3 ++-
 .../apache/curator/framework/recipes/leader/LeaderLatch.java | 5 +++--
 .../curator/framework/recipes/leader/LeaderSelector.java     | 3 ++-
 .../apache/curator/framework/recipes/locks/ChildReaper.java  | 3 ++-
 .../framework/recipes/locks/InterProcessMultiLock.java       | 1 +
 .../curator/framework/recipes/locks/InterProcessMutex.java   | 3 ++-
 .../framework/recipes/locks/InterProcessSemaphore.java       | 1 +
 .../framework/recipes/locks/InterProcessSemaphoreV2.java     | 2 ++
 .../curator/framework/recipes/locks/LockInternals.java       | 3 +--
 .../curator/framework/recipes/locks/PredicateResults.java    | 4 +++-
 .../framework/recipes/nodes/PersistentEphemeralNode.java     | 3 ++-
 .../curator/framework/recipes/queue/ChildrenCache.java       | 3 ++-
 .../curator/framework/recipes/queue/DistributedQueue.java    | 6 +++---
 .../apache/curator/framework/recipes/queue/QueueBuilder.java | 5 +++--
 .../apache/curator/framework/recipes/queue/QueueSafety.java  | 5 +++--
 .../framework/recipes/queue/SimpleDistributedQueue.java      | 3 ++-
 .../apache/curator/framework/recipes/shared/SharedValue.java | 3 ++-
 .../curator/framework/recipes/leader/TestLeaderLatch.java    | 8 ++++++++
 27 files changed, 67 insertions(+), 30 deletions(-)
----------------------------------------------------------------------