Repository: mesos-site Updated Branches: refs/heads/asf-site a2eb0bbc3 -> 37aa1f16d
Updated the website built from mesos SHA: 14f4fdf. Project: http://git-wip-us.apache.org/repos/asf/mesos-site/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos-site/commit/37aa1f16 Tree: http://git-wip-us.apache.org/repos/asf/mesos-site/tree/37aa1f16 Diff: http://git-wip-us.apache.org/repos/asf/mesos-site/diff/37aa1f16 Branch: refs/heads/asf-site Commit: 37aa1f16de9ac871751102a40f7953a1e85e29c0 Parents: a2eb0bb Author: jenkins <[email protected]> Authored: Wed Jan 17 18:30:14 2018 +0000 Committer: jenkins <[email protected]> Committed: Wed Jan 17 18:30:14 2018 +0000 ---------------------------------------------------------------------- content/blog/feed.xml | 2 +- .../index.html | 2 +- .../documentation/latest/upgrades/index.html | 20 ++++++++++++++++---- content/documentation/upgrades/index.html | 20 ++++++++++++++++---- 4 files changed, 34 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos-site/blob/37aa1f16/content/blog/feed.xml ---------------------------------------------------------------------- diff --git a/content/blog/feed.xml b/content/blog/feed.xml index f1ecb80..a12075d 100644 --- a/content/blog/feed.xml +++ b/content/blog/feed.xml @@ -168,7 +168,7 @@ To learn more about CSI work in Mesos, you can dig into the design document < </ul> -<p>If you are a user and would like to suggest some areas for performance improvement, please let us know by emailing <a href="&#109;&#97;&#x69;&#108;&#116;&#111;&#x3a;&#100;&#x65;&#x76;&#64;&#x61;&#112;&#97;&#x63;&#104;&#101;&#x2e;&#x6d;&#101;&#x73;&#111;&#x73;&#46;&#111;&#114;&#103;">&#100;&#101;&#x76;&#64;&#97;&#x70;&#x61;&#x63;&#x68;&#x65;&#46;&#109;&#x65;&#x73;&#111;&#115;&#46;&#x6f;&#x72;&#103;</a>.</p> +<p>If you are a user and would like to suggest some areas for performance improvement, please let us know by emailing <a href="&#109;&#x61;&#x69;&#x6c;&#116;&#111;&#x3a;&#x64;&#101;&#118;&#x40;&#x61;&#112;&#x61;&#99;&#x68;&#x65;&#x2e;&#x6d;&#x65;&#x73;&#x6f;&#115;&#46;&#111;&#114;&#x67;">&#100;&#x65;&#118;&#64;&#97;&#x70;&#x61;&#x63;&#x68;&#x65;&#46;&#x6d;&#x65;&#x73;&#111;&#115;&#x2e;&#111;&#114;&#103;</a>.</p> </content> </entry> http://git-wip-us.apache.org/repos/asf/mesos-site/blob/37aa1f16/content/blog/performance-working-group-progress-report/index.html ---------------------------------------------------------------------- diff --git a/content/blog/performance-working-group-progress-report/index.html b/content/blog/performance-working-group-progress-report/index.html index 36b0f6c..a52f88d 100644 --- a/content/blog/performance-working-group-progress-report/index.html +++ b/content/blog/performance-working-group-progress-report/index.html @@ -248,7 +248,7 @@ </ul> -<p>If you are a user and would like to suggest some areas for performance improvement, please let us know by emailing <a href="mailto:dev@apache.mesos.org">dev@apache.mesos.org</a>.</p> +<p>If you are a user and would like to suggest some areas for performance improvement, please let us know by emailing <a href="mailto:dev@apache.mesos.org">dev@apache.mesos.org</a>.</p> </div> </div> http://git-wip-us.apache.org/repos/asf/mesos-site/blob/37aa1f16/content/documentation/latest/upgrades/index.html ---------------------------------------------------------------------- diff --git a/content/documentation/latest/upgrades/index.html b/content/documentation/latest/upgrades/index.html index 5893570..f54ce6d 100644 --- a/content/documentation/latest/upgrades/index.html +++ b/content/documentation/latest/upgrades/index.html @@ -163,6 +163,7 @@ R Removed feature/behavior <li>A <a href="#1-5-x-network-ports-isolator">Network ports isolator</a></li> <li>C <a href="#1-5-x-relative-disk-source-root-path">Relative source root paths for disk resources</a></li> <li>A <a href="#1-5-x-reconfiguration-policy">Agent state recovery after resource changes</a></li> + <li>C <a href="#1-5-x-protobuf-requirement">Requirement for Protobuf library</a></li> </ul> </td> @@ -535,10 +536,21 @@ that caused a task to fail with a resource limitation reason.</li> </ul> -<p><a name="1-5-x-reconfiguration-policy"></a> -* A new agent flag <code>--reconfiguration_policy</code> has been added. By setting the value of this flag to <code>additive</code>, - operators can allow the agent to be restarted with increased resources without requiring the agent ID to be - changed. Note that if this feature is used, the master version is required to be >= 1.5 as well.</p> +<p><a name="1-5-x-reconfiguration-policy"></a></p> + +<ul> +<li>A new agent flag <code>--reconfiguration_policy</code> has been added. By setting the value of this flag to <code>additive</code>, +operators can allow the agent to be restarted with increased resources without requiring the agent ID to be +changed. Note that if this feature is used, the master version is required to be >= 1.5 as well.</li> +</ul> + + +<p><a name="1-5-x-protobuf-requirement"></a></p> + +<ul> +<li>Protobuf version 3+ is required to build Mesos. Please upgrade your Protobuf library if you are using an unbundled one.</li> +</ul> + <h2>Upgrading from 1.3.x to 1.4.x</h2> http://git-wip-us.apache.org/repos/asf/mesos-site/blob/37aa1f16/content/documentation/upgrades/index.html ---------------------------------------------------------------------- diff --git a/content/documentation/upgrades/index.html b/content/documentation/upgrades/index.html index 12ff335..5faaf2d 100644 --- a/content/documentation/upgrades/index.html +++ b/content/documentation/upgrades/index.html @@ -163,6 +163,7 @@ R Removed feature/behavior <li>A <a href="#1-5-x-network-ports-isolator">Network ports isolator</a></li> <li>C <a href="#1-5-x-relative-disk-source-root-path">Relative source root paths for disk resources</a></li> <li>A <a href="#1-5-x-reconfiguration-policy">Agent state recovery after resource changes</a></li> + <li>C <a href="#1-5-x-protobuf-requirement">Requirement for Protobuf library</a></li> </ul> </td> @@ -535,10 +536,21 @@ that caused a task to fail with a resource limitation reason.</li> </ul> -<p><a name="1-5-x-reconfiguration-policy"></a> -* A new agent flag <code>--reconfiguration_policy</code> has been added. By setting the value of this flag to <code>additive</code>, - operators can allow the agent to be restarted with increased resources without requiring the agent ID to be - changed. Note that if this feature is used, the master version is required to be >= 1.5 as well.</p> +<p><a name="1-5-x-reconfiguration-policy"></a></p> + +<ul> +<li>A new agent flag <code>--reconfiguration_policy</code> has been added. By setting the value of this flag to <code>additive</code>, +operators can allow the agent to be restarted with increased resources without requiring the agent ID to be +changed. Note that if this feature is used, the master version is required to be >= 1.5 as well.</li> +</ul> + + +<p><a name="1-5-x-protobuf-requirement"></a></p> + +<ul> +<li>Protobuf version 3+ is required to build Mesos. Please upgrade your Protobuf library if you are using an unbundled one.</li> +</ul> + <h2>Upgrading from 1.3.x to 1.4.x</h2>
