You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by gi...@apache.org on 2019/04/11 18:45:49 UTC

[mesos-site] branch asf-site updated: Updated the website built from mesos SHA: 26630d0.

This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/mesos-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new e366c87  Updated the website built from mesos SHA: 26630d0.
e366c87 is described below

commit e366c87f48ab79ba2b4b5f8bc2dade00ec93828d
Author: jenkins <bu...@apache.org>
AuthorDate: Thu Apr 11 18:45:45 2019 +0000

    Updated the website built from mesos SHA: 26630d0.
---
 content/documentation/app-framework-development-guide/index.html        | 2 +-
 content/documentation/latest/app-framework-development-guide/index.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/documentation/app-framework-development-guide/index.html b/content/documentation/app-framework-development-guide/index.html
index 4cf7158..c79f8ea 100644
--- a/content/documentation/app-framework-development-guide/index.html
+++ b/content/documentation/app-framework-development-guide/index.html
@@ -251,7 +251,7 @@ commands or Docker containers.</p>
 <p>&ndash; There is no resource isolation between different tasks or task groups within an executor.
    Tasks' resources are added to the executor container.</p>
 
-<p>&ndash; If any of the tasks exits with a non-zero exit code, all the tasks in the task group
+<p>&ndash; If any of the tasks exits with a non-zero exit code or killed by the scheduler, all the tasks in the task group
    are killed automatically. The default executor commits suicide if there are no active task groups.</p>
 
 <p>Once the default executor is considered <strong>stable</strong>, the command executor will be deprecated in favor of it.</p>
diff --git a/content/documentation/latest/app-framework-development-guide/index.html b/content/documentation/latest/app-framework-development-guide/index.html
index 5426637..4201897 100644
--- a/content/documentation/latest/app-framework-development-guide/index.html
+++ b/content/documentation/latest/app-framework-development-guide/index.html
@@ -251,7 +251,7 @@ commands or Docker containers.</p>
 <p>&ndash; There is no resource isolation between different tasks or task groups within an executor.
    Tasks' resources are added to the executor container.</p>
 
-<p>&ndash; If any of the tasks exits with a non-zero exit code, all the tasks in the task group
+<p>&ndash; If any of the tasks exits with a non-zero exit code or killed by the scheduler, all the tasks in the task group
    are killed automatically. The default executor commits suicide if there are no active task groups.</p>
 
 <p>Once the default executor is considered <strong>stable</strong>, the command executor will be deprecated in favor of it.</p>