Updated the high availability doc about ZK session timeout.

Review: https://reviews.apache.org/r/58506/


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/97b2507a
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/97b2507a
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/97b2507a

Branch: refs/heads/master
Commit: 97b2507aa7ad6d74a193e0ef2165ab451b3059fb
Parents: 8cf5c51
Author: Ilya Pronin <ipro...@twopensource.com>
Authored: Mon Apr 24 14:53:18 2017 -0700
Committer: Vinod Kone <vinodk...@gmail.com>
Committed: Mon Apr 24 14:53:18 2017 -0700

----------------------------------------------------------------------
 docs/high-availability.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/97b2507a/docs/high-availability.md
----------------------------------------------------------------------
diff --git a/docs/high-availability.md b/docs/high-availability.md
index 46bd789..1bad0ee 100644
--- a/docs/high-availability.md
+++ b/docs/high-availability.md
@@ -71,4 +71,4 @@ The notion of the group of leader candidates is implemented 
in `Group`. This abs
 * Session Expiration
 * ZNode creation, deletion, updates
 
-We also explicitly timeout our sessions when disconnected from ZooKeeper for a 
specified amount of time. See `MASTER_CONTENDER_ZK_SESSION_TIMEOUT` and 
`MASTER_DETECTOR_ZK_SESSION_TIMEOUT`. This is because the ZooKeeper client 
libraries only notify of session expiration upon reconnection. These timeouts 
are of particular interest for network partitions.
+We also explicitly timeout our sessions when disconnected from ZooKeeper for a 
specified amount of time. See `--zk_session_timeout` configuration option. This 
is because the ZooKeeper client libraries only notify of session expiration 
upon reconnection. These timeouts are of particular interest for network 
partitions.

Reply via email to