Repository: mesos Updated Branches: refs/heads/master ffc45b346 -> f5f7ec0d0
Fix link to zookeeper documentation. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/f5f7ec0d Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/f5f7ec0d Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/f5f7ec0d Branch: refs/heads/master Commit: f5f7ec0d0c6db166bfc5e76af3e3ab2a31e5b625 Parents: ffc45b3 Author: Benjamin Peterson <[email protected]> Authored: Sun Mar 11 23:02:17 2018 -0700 Committer: GitHub <[email protected]> Committed: Sun Mar 11 23:02:17 2018 -0700 ---------------------------------------------------------------------- docs/high-availability.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/f5f7ec0d/docs/high-availability.md ---------------------------------------------------------------------- diff --git a/docs/high-availability.md b/docs/high-availability.md index 0827c07..39c8129 100644 --- a/docs/high-availability.md +++ b/docs/high-availability.md @@ -58,7 +58,7 @@ When a network partition disconnects an agent from the leader: Mesos implements two levels of ZooKeeper leader election abstractions, one in `src/zookeeper` and the other in `src/master` (look for `contender|detector.hpp|cpp`). * The lower level `LeaderContender` and `LeaderDetector` implement a generic ZooKeeper election algorithm loosely modeled after this -[recipe](http://zookeeper.apache.org/doc/trunk/recipes.html#sc_leaderElection) (sans herd effect handling due to the master group's small size, which is often 3). +[recipe](http://zookeeper.apache.org/doc/current/recipes.html#sc_leaderElection) (sans herd effect handling due to the master group's small size, which is often 3). * The higher level `MasterContender` and `MasterDetector` wrap around ZooKeeper's contender and detector abstractions as adapters to provide/interpret the ZooKeeper data.
