This is an automated email from the ASF dual-hosted git repository.
randgalt pushed a change to branch CURATOR-549-zk36-persistent-watcher-recipes
in repository https://gitbox.apache.org/repos/asf/curator.git.
discard 9eb0f6f CURATOR-549 - optimization: if a node that the cache knows
about gets a change event, there's no need to query for children if the
Cversion hasn't changed
discard b6ed705 CURATOR-549
discard ca5e3b2 CURATOR-549
discard 4eab363 CURATOR-549
discard 05b23a6 CURATOR-549
add 3172ccb CURATOR-549
add 7994c59 CURATOR-549
add ed9b143 CURATOR-549
new 518b810 CURATOR-549
new e517ea4 CURATOR-549
new 46a9d2d CURATOR-549
new 97f5d6e CURATOR-549 - optimization: if a node that the cache knows
about gets a change event, there's no need to query for children if the
Cversion hasn't changed
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (9eb0f6f)
\
N -- N -- N
refs/heads/CURATOR-549-zk36-persistent-watcher-recipes (97f5d6e)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 4 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/framework/imps/CuratorFrameworkImpl.java | 9 ---------
.../curator/framework/imps/CuratorMultiTransactionRecord.java | 2 +-
.../org/apache/curator/framework/imps/ReconfigBuilderImpl.java | 4 ++--
.../java/org/apache/curator/framework/imps/TestFramework.java | 2 +-
.../org/apache/curator/framework/imps/TestFrameworkEdges.java | 2 +-
.../org/apache/curator/framework/imps/TestReconfiguration.java | 2 +-
.../java/org/apache/curator/framework/imps/TestWithCluster.java | 2 +-
.../curator/framework/state/TestConnectionStateManager.java | 2 +-
.../apache/curator/framework/recipes/cache/TestNodeCache.java | 2 +-
.../curator/framework/recipes/cache/TestPathChildrenCache.java | 2 +-
.../framework/recipes/cache/TestPathChildrenCacheInCluster.java | 2 +-
.../apache/curator/framework/recipes/cache/TestTreeCache.java | 2 +-
.../apache/curator/framework/recipes/leader/TestLeaderLatch.java | 2 +-
.../recipes/locks/TestInterProcessSemaphoreCluster.java | 2 +-
curator-test-zk35/pom.xml | 2 +-
.../org/apache/curator/test/compatibility/CuratorTestBase.java | 3 +--
16 files changed, 16 insertions(+), 26 deletions(-)