Updated the website built from mesos SHA: e34ed96.
Project: http://git-wip-us.apache.org/repos/asf/mesos-site/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos-site/commit/f7f4ff69 Tree: http://git-wip-us.apache.org/repos/asf/mesos-site/tree/f7f4ff69 Diff: http://git-wip-us.apache.org/repos/asf/mesos-site/diff/f7f4ff69 Branch: refs/heads/asf-site Commit: f7f4ff698ae61d3db99d1f4f7d3cab01ba2cd545 Parents: 9f50149 Author: jenkins <[email protected]> Authored: Wed Jan 17 00:02:18 2018 +0000 Committer: jenkins <[email protected]> Committed: Wed Jan 17 00:02:18 2018 +0000 ---------------------------------------------------------------------- content/blog/feed.xml | 2 +- .../index.html | 2 +- .../latest/configuration/master/index.html | 41 + content/sitemap.xml | 9000 +++++++++--------- 4 files changed, 4543 insertions(+), 4502 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos-site/blob/f7f4ff69/content/blog/feed.xml ---------------------------------------------------------------------- diff --git a/content/blog/feed.xml b/content/blog/feed.xml index 8dcef0d..6f32533 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;&#x74;&#x6f;&#58;&#100;&#101;&#x76;&#x40;&#x61;&#112;&#97;&#99;&#x68;&#101;&#46;&#109;&#x65;&#x73;&#111;&#115;&#46;&#111;&#x72;&#103;">&#x64;&#101;&#x76;&#64;&#97;&#x70;&#x61;&#99;&#104;&#x65;&#x2e;&#109;&#x65;&#115;&#111;&#x73;&#46;&#111;&#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;&#108;&#116;&#111;&#x3a;&#100;&#x65;&#118;&#64;&#x61;&#112;&#x61;&#x63;&#104;&#x65;&#46;&#109;&#101;&#x73;&#111;&#115;&#x2e;&#111;&#114;&#x67;">&#100;&#101;&#118;&#64;&#x61;&#x70;&#97;&#x63;&#x68;&#101;&#46;&#109;&#x65;&#115;&#111;&#x73;&#x2e;&#x6f;&#114;&#x67;</a>.</p> </content> </entry> http://git-wip-us.apache.org/repos/asf/mesos-site/blob/f7f4ff69/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 3ce6402..5294ea0 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/f7f4ff69/content/documentation/latest/configuration/master/index.html ---------------------------------------------------------------------- diff --git a/content/documentation/latest/configuration/master/index.html b/content/documentation/latest/configuration/master/index.html index 35ed63e..e3696bf 100644 --- a/content/documentation/latest/configuration/master/index.html +++ b/content/documentation/latest/configuration/master/index.html @@ -589,6 +589,47 @@ after which the operation is considered a failure. (default: 1mins) </tr> <tr> <td> + --registry_gc_interval=VALUE + </td> + <td> +How often to garbage collect the registry. The current leading +master will periodically discard information from the registry. +How long registry state is retained is controlled by other +parameters (e.g., <code>registry_max_agent_age</code>, +<code>registry_max_agent_count</code>); this parameter controls +how often the master will examine the registry to see if data +should be discarded. (default: 15mins) + </td> +</tr> +<tr> + <td> + --registry_max_agent_age=VALUE + </td> + <td> +Maximum length of time to store information in the registry about +agents that are not currently connected to the cluster. This +information allows frameworks to determine the status of unreachable +and gone agents. Note that the registry always stores +information on all connected agents. If there are more than +<code>registry_max_agent_count</code> partitioned/gone agents, agent +information may be discarded from the registry sooner than indicated +by this parameter. (default: 2weeks) + </td> +</tr> +<tr> + <td> + --registry_max_agent_count=VALUE + </td> + <td> +Maximum number of partitioned/gone agents to store in the +registry. This information allows frameworks to determine the status +of disconnected agents. Note that the registry always stores +information about all connected agents. See also the +<code>registry_max_agent_age</code> flag. (default: 102400) + </td> +</tr> +<tr> + <td> --registry_store_timeout=VALUE </td> <td>
