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 2015/10/09 02:12:19 UTC

[2/7] curator git commit: Added doc regarding EnsembleTracker

Added doc regarding EnsembleTracker


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

Branch: refs/heads/CURATOR-3.0
Commit: 56d9ba665ef69944ef0ab9c65aa014b921fd39f9
Parents: 26364c6
Author: randgalt <ra...@apache.org>
Authored: Sat Sep 26 13:59:35 2015 -0500
Committer: randgalt <ra...@apache.org>
Committed: Sat Sep 26 13:59:35 2015 -0500

----------------------------------------------------------------------
 curator-framework/src/site/confluence/index.confluence | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/curator/blob/56d9ba66/curator-framework/src/site/confluence/index.confluence
----------------------------------------------------------------------
diff --git a/curator-framework/src/site/confluence/index.confluence b/curator-framework/src/site/confluence/index.confluence
index b79ece4..1f5f329 100644
--- a/curator-framework/src/site/confluence/index.confluence
+++ b/curator-framework/src/site/confluence/index.confluence
@@ -6,6 +6,7 @@ ZooKeeper and handles the complexity of managing connections to the ZooKeeper cl
 * Automatic connection management:
 ** There are potential error cases that require ZooKeeper clients to recreate a connection and/or retry operations. Curator
  automatically and transparently (mostly) handles these cases.
+** Watches for NodeDataChanged events and calls updateServerList() as needed.
 * Cleaner API:
 ** simplifies the raw ZooKeeper methods, events, etc.
 ** provides a modern, fluent interface