You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by dl...@apache.org on 2014/02/12 00:35:00 UTC

svn commit: r1567462 - /mesos/site/publish/blog/mesos-0-16-0-released/index.html

Author: dlester
Date: Tue Feb 11 23:34:59 2014
New Revision: 1567462

URL: http://svn.apache.org/r1567462
Log:
Reflects change to blog post text within publish directory; previously forgot to run rake build.

Modified:
    mesos/site/publish/blog/mesos-0-16-0-released/index.html

Modified: mesos/site/publish/blog/mesos-0-16-0-released/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/blog/mesos-0-16-0-released/index.html?rev=1567462&r1=1567461&r2=1567462&view=diff
==============================================================================
--- mesos/site/publish/blog/mesos-0-16-0-released/index.html (original)
+++ mesos/site/publish/blog/mesos-0-16-0-released/index.html Tue Feb 11 23:34:59 2014
@@ -133,7 +133,7 @@
 	
 	<p>We recently released Mesos v0.16.0 on our <a href="http://mesos.apache.org/downloads/">downloads</a> page. It includes major <a href="https://issues.apache.org/jira/browse/MESOS-496">refactoring work</a> of the leading master election and detection process. This improves the reliability and flexibility of running multiple masters in your cluster, which provides Mesos with high availability.</p>
 
-<p>In high availability mode, if a leading master machine fails, Mesos holds elections to determine a new leader. Slave machines and schedulers detect the new leading master and connect to it, without disrupting services running on Mesos. Leader election implementation details, including how it works with <a href="http://zookeeper.apache.org">Zookeeper</a>, are in the <a href="http://mesos.apache.org/documentation/latest/high-availability/">high availablity documentation</a>.</p>
+<p>In high availability mode, if a leading master machine fails, Mesos holds elections to determine a new leader. Slave machines and schedulers detect the new leading master and connect to it, without disrupting services running on Mesos. Leader election implementation details, including how it works with <a href="http://zookeeper.apache.org">Zookeeper</a>, are detailed in the <a href="http://mesos.apache.org/documentation/latest/high-availability/">high availablity documentation</a>.</p>
 
 <h2>What&rsquo;s Changed</h2>