Repository: mesos-site Updated Branches: refs/heads/asf-site 8273b375c -> 41a8797d7
Updated the website built from mesos SHA: 7ed073e. Project: http://git-wip-us.apache.org/repos/asf/mesos-site/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos-site/commit/41a8797d Tree: http://git-wip-us.apache.org/repos/asf/mesos-site/tree/41a8797d Diff: http://git-wip-us.apache.org/repos/asf/mesos-site/diff/41a8797d Branch: refs/heads/asf-site Commit: 41a8797d7cb63683dd0534554589727454f60519 Parents: 8273b37 Author: jenkins <[email protected]> Authored: Fri May 4 21:06:56 2018 +0000 Committer: jenkins <[email protected]> Committed: Fri May 4 21:06:56 2018 +0000 ---------------------------------------------------------------------- content/blog/feed.xml | 2 +- .../index.html | 2 +- content/documentation/latest/upgrades/index.html | 16 ++++++++++++++++ content/documentation/upgrades/index.html | 16 ++++++++++++++++ 4 files changed, 34 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos-site/blob/41a8797d/content/blog/feed.xml ---------------------------------------------------------------------- diff --git a/content/blog/feed.xml b/content/blog/feed.xml index 0ab2cb9..5936b16 100644 --- a/content/blog/feed.xml +++ b/content/blog/feed.xml @@ -292,7 +292,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="&#x6d;&#x61;&#x69;&#x6c;&#116;&#x6f;&#58;&#100;&#101;&#x76;&#x40;&#97;&#112;&#x61;&#x63;&#104;&#x65;&#46;&#109;&#x65;&#x73;&#x6f;&#115;&#46;&#111;&#114;&#103;">&#x64;&#101;&#118;&#x40;&#97;&#112;&#97;&#x63;&#104;&#101;&#x2e;&#109;&#101;&#115;&#x6f;&#x73;&#46;&#111;&#114;&#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;&#97;&#x69;&#108;&#116;&#x6f;&#58;&#x64;&#x65;&#118;&#x40;&#97;&#112;&#97;&#99;&#104;&#101;&#46;&#x6d;&#101;&#115;&#x6f;&#115;&#x2e;&#111;&#114;&#x67;">&#100;&#101;&#x76;&#x40;&#x61;&#x70;&#x61;&#x63;&#x68;&#101;&#46;&#x6d;&#101;&#115;&#111;&#115;&#46;&#111;&#114;&#103;</a>.</p> </content> </entry> http://git-wip-us.apache.org/repos/asf/mesos-site/blob/41a8797d/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 cb06b09..0a8720e 100644 --- a/content/blog/performance-working-group-progress-report/index.html +++ b/content/blog/performance-working-group-progress-report/index.html @@ -238,7 +238,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/41a8797d/content/documentation/latest/upgrades/index.html ---------------------------------------------------------------------- diff --git a/content/documentation/latest/upgrades/index.html b/content/documentation/latest/upgrades/index.html index f4c68ea..7cacddf 100644 --- a/content/documentation/latest/upgrades/index.html +++ b/content/documentation/latest/upgrades/index.html @@ -160,6 +160,7 @@ R Removed feature/behavior <td style="word-wrap: break-word; overflow-wrap: break-word;"><!--Flags--> <ul style="padding-left:10px;"> + <li>A <a href="#1-6-x-fetcher-stall-timeout">fetcher_stall_timeout</a></li> </ul> </td> @@ -170,6 +171,7 @@ R Removed feature/behavior <td style="word-wrap: break-word; overflow-wrap: break-word;"><!--Module API--> <ul style="padding-left:10px;"> + <li>C <a href="#1-6-x-disk-profile-adaptor">Disk profile adaptor module changes</a></li> </ul> </td> @@ -514,6 +516,20 @@ R Removed feature/behavior </ul> +<p><a name="1-6-x-fetcher-stall-timeout"></a></p> + +<ul> +<li>A new agent flag <code>--fetcher_stall_timeout</code> has been added. This flag specifies the amount of time for the container image and artifact fetchers to wait before aborting a stalled download (i.e., the speed keeps below one byte per second). NOTE: This flag only applies when downloading data from the net and does not apply to HDFS.</li> +</ul> + + +<p><a name="1-6-x-disk-profile-adaptor"></a></p> + +<ul> +<li>The disk profile adaptor module has been changed to support CSI v0.2, and its header file has been renamed to be consistent with other modules. See <code>disk_profile_adaptor.hpp</code> for interface changes.</li> +</ul> + + <h2>Upgrading from 1.4.x to 1.5.x</h2> <p><a name="1-5-x-task-starting"></a></p> http://git-wip-us.apache.org/repos/asf/mesos-site/blob/41a8797d/content/documentation/upgrades/index.html ---------------------------------------------------------------------- diff --git a/content/documentation/upgrades/index.html b/content/documentation/upgrades/index.html index 7770425..e4c1adb 100644 --- a/content/documentation/upgrades/index.html +++ b/content/documentation/upgrades/index.html @@ -160,6 +160,7 @@ R Removed feature/behavior <td style="word-wrap: break-word; overflow-wrap: break-word;"><!--Flags--> <ul style="padding-left:10px;"> + <li>A <a href="#1-6-x-fetcher-stall-timeout">fetcher_stall_timeout</a></li> </ul> </td> @@ -170,6 +171,7 @@ R Removed feature/behavior <td style="word-wrap: break-word; overflow-wrap: break-word;"><!--Module API--> <ul style="padding-left:10px;"> + <li>C <a href="#1-6-x-disk-profile-adaptor">Disk profile adaptor module changes</a></li> </ul> </td> @@ -514,6 +516,20 @@ R Removed feature/behavior </ul> +<p><a name="1-6-x-fetcher-stall-timeout"></a></p> + +<ul> +<li>A new agent flag <code>--fetcher_stall_timeout</code> has been added. This flag specifies the amount of time for the container image and artifact fetchers to wait before aborting a stalled download (i.e., the speed keeps below one byte per second). NOTE: This flag only applies when downloading data from the net and does not apply to HDFS.</li> +</ul> + + +<p><a name="1-6-x-disk-profile-adaptor"></a></p> + +<ul> +<li>The disk profile adaptor module has been changed to support CSI v0.2, and its header file has been renamed to be consistent with other modules. See <code>disk_profile_adaptor.hpp</code> for interface changes.</li> +</ul> + + <h2>Upgrading from 1.4.x to 1.5.x</h2> <p><a name="1-5-x-task-starting"></a></p>
