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 <[email protected]> Authored: Wed Aug 20 16:13:35 2014 -0500 Committer: randgalt <[email protected]> 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(-) ----------------------------------------------------------------------
