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 2020/03/20 22:10:57 UTC

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

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 c109829  Updated the website built from mesos SHA: eb455e74a.
c109829 is described below

commit c109829a18888105e0c94be783f062556002ade1
Author: jenkins <bu...@apache.org>
AuthorDate: Fri Mar 20 22:10:47 2020 +0000

    Updated the website built from mesos SHA: eb455e74a.
---
 .../org/apache/mesos/Protos.LinuxInfo.Builder.html | 88 +++++++++++-----------
 .../java/org/apache/mesos/Protos.LinuxInfo.html    | 44 +++++------
 .../apache/mesos/Protos.LinuxInfoOrBuilder.html    | 44 +++++------
 3 files changed, 88 insertions(+), 88 deletions(-)

diff --git a/content/api/latest/java/org/apache/mesos/Protos.LinuxInfo.Builder.html b/content/api/latest/java/org/apache/mesos/Protos.LinuxInfo.Builder.html
index 5002f8f..73977c6 100644
--- a/content/api/latest/java/org/apache/mesos/Protos.LinuxInfo.Builder.html
+++ b/content/api/latest/java/org/apache/mesos/Protos.LinuxInfo.Builder.html
@@ -1610,17 +1610,17 @@ public&nbsp;<a href="../../../org/apache/mesos/Protos.CapabilityInfoOrBuilder.ht
 <div class="block"><pre>
  If set as 'true', the container will share the cgroups from its parent
  container, otherwise it will have its own cgroups created. Please note:
- 1. This field should be only used for the task containers in a task group
-    (i.e., the 1st level nested containers). It will be ignored for the
-    executor containers (i.e., the top-level containers) since the executor
-    container will always have its own cgroups created, and it will also be
-    ignored for the nested containers under the 1st nested container (e.g.,
-    the debug container running as 2nd level nested container) since those
-    containers should always share cgroups from its parent container.
- 2. The value of this field should be same for all the tasks launched by a
-    single executor.
- 3. It is not allowed to set resource limits for the task which has this
-    field set as true.
+ 1. For tasks in a task group launched via the LAUNCH_GROUP operation,
+    this field may be set to 'true' or 'false'. Resource limits may only be
+    set for tasks in a task group when this field is set to 'false'.
+ 2. For tasks launched via the LAUNCH operation, this field may only be set
+    to 'true', and in this case resource limits may be set on these tasks.
+ 3. For containers launched via the agent's LAUNCH_NESTED_CONTAINER_SESSION
+    call, this field must be set to 'true'.
+ 4. For executor containers, this field may only be set to 'false'.
+ 5. All tasks under a single executor must share the same value of this
+    field, if it is set. Note that this means that all tasks within a single
+    task group must set this field to the same value.
  </pre>
 
  <code>optional bool share_cgroups = 8 [default = true];</code></div>
@@ -1640,17 +1640,17 @@ public&nbsp;<a href="../../../org/apache/mesos/Protos.CapabilityInfoOrBuilder.ht
 <div class="block"><pre>
  If set as 'true', the container will share the cgroups from its parent
  container, otherwise it will have its own cgroups created. Please note:
- 1. This field should be only used for the task containers in a task group
-    (i.e., the 1st level nested containers). It will be ignored for the
-    executor containers (i.e., the top-level containers) since the executor
-    container will always have its own cgroups created, and it will also be
-    ignored for the nested containers under the 1st nested container (e.g.,
-    the debug container running as 2nd level nested container) since those
-    containers should always share cgroups from its parent container.
- 2. The value of this field should be same for all the tasks launched by a
-    single executor.
- 3. It is not allowed to set resource limits for the task which has this
-    field set as true.
+ 1. For tasks in a task group launched via the LAUNCH_GROUP operation,
+    this field may be set to 'true' or 'false'. Resource limits may only be
+    set for tasks in a task group when this field is set to 'false'.
+ 2. For tasks launched via the LAUNCH operation, this field may only be set
+    to 'true', and in this case resource limits may be set on these tasks.
+ 3. For containers launched via the agent's LAUNCH_NESTED_CONTAINER_SESSION
+    call, this field must be set to 'true'.
+ 4. For executor containers, this field may only be set to 'false'.
+ 5. All tasks under a single executor must share the same value of this
+    field, if it is set. Note that this means that all tasks within a single
+    task group must set this field to the same value.
  </pre>
 
  <code>optional bool share_cgroups = 8 [default = true];</code></div>
@@ -1670,17 +1670,17 @@ public&nbsp;<a href="../../../org/apache/mesos/Protos.CapabilityInfoOrBuilder.ht
 <div class="block"><pre>
  If set as 'true', the container will share the cgroups from its parent
  container, otherwise it will have its own cgroups created. Please note:
- 1. This field should be only used for the task containers in a task group
-    (i.e., the 1st level nested containers). It will be ignored for the
-    executor containers (i.e., the top-level containers) since the executor
-    container will always have its own cgroups created, and it will also be
-    ignored for the nested containers under the 1st nested container (e.g.,
-    the debug container running as 2nd level nested container) since those
-    containers should always share cgroups from its parent container.
- 2. The value of this field should be same for all the tasks launched by a
-    single executor.
- 3. It is not allowed to set resource limits for the task which has this
-    field set as true.
+ 1. For tasks in a task group launched via the LAUNCH_GROUP operation,
+    this field may be set to 'true' or 'false'. Resource limits may only be
+    set for tasks in a task group when this field is set to 'false'.
+ 2. For tasks launched via the LAUNCH operation, this field may only be set
+    to 'true', and in this case resource limits may be set on these tasks.
+ 3. For containers launched via the agent's LAUNCH_NESTED_CONTAINER_SESSION
+    call, this field must be set to 'true'.
+ 4. For executor containers, this field may only be set to 'false'.
+ 5. All tasks under a single executor must share the same value of this
+    field, if it is set. Note that this means that all tasks within a single
+    task group must set this field to the same value.
  </pre>
 
  <code>optional bool share_cgroups = 8 [default = true];</code></div>
@@ -1696,17 +1696,17 @@ public&nbsp;<a href="../../../org/apache/mesos/Protos.CapabilityInfoOrBuilder.ht
 <div class="block"><pre>
  If set as 'true', the container will share the cgroups from its parent
  container, otherwise it will have its own cgroups created. Please note:
- 1. This field should be only used for the task containers in a task group
-    (i.e., the 1st level nested containers). It will be ignored for the
-    executor containers (i.e., the top-level containers) since the executor
-    container will always have its own cgroups created, and it will also be
-    ignored for the nested containers under the 1st nested container (e.g.,
-    the debug container running as 2nd level nested container) since those
-    containers should always share cgroups from its parent container.
- 2. The value of this field should be same for all the tasks launched by a
-    single executor.
- 3. It is not allowed to set resource limits for the task which has this
-    field set as true.
+ 1. For tasks in a task group launched via the LAUNCH_GROUP operation,
+    this field may be set to 'true' or 'false'. Resource limits may only be
+    set for tasks in a task group when this field is set to 'false'.
+ 2. For tasks launched via the LAUNCH operation, this field may only be set
+    to 'true', and in this case resource limits may be set on these tasks.
+ 3. For containers launched via the agent's LAUNCH_NESTED_CONTAINER_SESSION
+    call, this field must be set to 'true'.
+ 4. For executor containers, this field may only be set to 'false'.
+ 5. All tasks under a single executor must share the same value of this
+    field, if it is set. Note that this means that all tasks within a single
+    task group must set this field to the same value.
  </pre>
 
  <code>optional bool share_cgroups = 8 [default = true];</code></div>
diff --git a/content/api/latest/java/org/apache/mesos/Protos.LinuxInfo.html b/content/api/latest/java/org/apache/mesos/Protos.LinuxInfo.html
index 5d752ab..c402a11 100644
--- a/content/api/latest/java/org/apache/mesos/Protos.LinuxInfo.html
+++ b/content/api/latest/java/org/apache/mesos/Protos.LinuxInfo.html
@@ -1071,17 +1071,17 @@ public&nbsp;<a href="../../../org/apache/mesos/Protos.CapabilityInfoOrBuilder.ht
 <div class="block"><pre>
  If set as 'true', the container will share the cgroups from its parent
  container, otherwise it will have its own cgroups created. Please note:
- 1. This field should be only used for the task containers in a task group
-    (i.e., the 1st level nested containers). It will be ignored for the
-    executor containers (i.e., the top-level containers) since the executor
-    container will always have its own cgroups created, and it will also be
-    ignored for the nested containers under the 1st nested container (e.g.,
-    the debug container running as 2nd level nested container) since those
-    containers should always share cgroups from its parent container.
- 2. The value of this field should be same for all the tasks launched by a
-    single executor.
- 3. It is not allowed to set resource limits for the task which has this
-    field set as true.
+ 1. For tasks in a task group launched via the LAUNCH_GROUP operation,
+    this field may be set to 'true' or 'false'. Resource limits may only be
+    set for tasks in a task group when this field is set to 'false'.
+ 2. For tasks launched via the LAUNCH operation, this field may only be set
+    to 'true', and in this case resource limits may be set on these tasks.
+ 3. For containers launched via the agent's LAUNCH_NESTED_CONTAINER_SESSION
+    call, this field must be set to 'true'.
+ 4. For executor containers, this field may only be set to 'false'.
+ 5. All tasks under a single executor must share the same value of this
+    field, if it is set. Note that this means that all tasks within a single
+    task group must set this field to the same value.
  </pre>
 
  <code>optional bool share_cgroups = 8 [default = true];</code></div>
@@ -1101,17 +1101,17 @@ public&nbsp;<a href="../../../org/apache/mesos/Protos.CapabilityInfoOrBuilder.ht
 <div class="block"><pre>
  If set as 'true', the container will share the cgroups from its parent
  container, otherwise it will have its own cgroups created. Please note:
- 1. This field should be only used for the task containers in a task group
-    (i.e., the 1st level nested containers). It will be ignored for the
-    executor containers (i.e., the top-level containers) since the executor
-    container will always have its own cgroups created, and it will also be
-    ignored for the nested containers under the 1st nested container (e.g.,
-    the debug container running as 2nd level nested container) since those
-    containers should always share cgroups from its parent container.
- 2. The value of this field should be same for all the tasks launched by a
-    single executor.
- 3. It is not allowed to set resource limits for the task which has this
-    field set as true.
+ 1. For tasks in a task group launched via the LAUNCH_GROUP operation,
+    this field may be set to 'true' or 'false'. Resource limits may only be
+    set for tasks in a task group when this field is set to 'false'.
+ 2. For tasks launched via the LAUNCH operation, this field may only be set
+    to 'true', and in this case resource limits may be set on these tasks.
+ 3. For containers launched via the agent's LAUNCH_NESTED_CONTAINER_SESSION
+    call, this field must be set to 'true'.
+ 4. For executor containers, this field may only be set to 'false'.
+ 5. All tasks under a single executor must share the same value of this
+    field, if it is set. Note that this means that all tasks within a single
+    task group must set this field to the same value.
  </pre>
 
  <code>optional bool share_cgroups = 8 [default = true];</code></div>
diff --git a/content/api/latest/java/org/apache/mesos/Protos.LinuxInfoOrBuilder.html b/content/api/latest/java/org/apache/mesos/Protos.LinuxInfoOrBuilder.html
index 4c1ca7f..1c037b4 100644
--- a/content/api/latest/java/org/apache/mesos/Protos.LinuxInfoOrBuilder.html
+++ b/content/api/latest/java/org/apache/mesos/Protos.LinuxInfoOrBuilder.html
@@ -624,17 +624,17 @@ boolean&nbsp;hasCapabilityInfo()</pre>
 <div class="block"><pre>
  If set as 'true', the container will share the cgroups from its parent
  container, otherwise it will have its own cgroups created. Please note:
- 1. This field should be only used for the task containers in a task group
-    (i.e., the 1st level nested containers). It will be ignored for the
-    executor containers (i.e., the top-level containers) since the executor
-    container will always have its own cgroups created, and it will also be
-    ignored for the nested containers under the 1st nested container (e.g.,
-    the debug container running as 2nd level nested container) since those
-    containers should always share cgroups from its parent container.
- 2. The value of this field should be same for all the tasks launched by a
-    single executor.
- 3. It is not allowed to set resource limits for the task which has this
-    field set as true.
+ 1. For tasks in a task group launched via the LAUNCH_GROUP operation,
+    this field may be set to 'true' or 'false'. Resource limits may only be
+    set for tasks in a task group when this field is set to 'false'.
+ 2. For tasks launched via the LAUNCH operation, this field may only be set
+    to 'true', and in this case resource limits may be set on these tasks.
+ 3. For containers launched via the agent's LAUNCH_NESTED_CONTAINER_SESSION
+    call, this field must be set to 'true'.
+ 4. For executor containers, this field may only be set to 'false'.
+ 5. All tasks under a single executor must share the same value of this
+    field, if it is set. Note that this means that all tasks within a single
+    task group must set this field to the same value.
  </pre>
 
  <code>optional bool share_cgroups = 8 [default = true];</code></div>
@@ -650,17 +650,17 @@ boolean&nbsp;hasCapabilityInfo()</pre>
 <div class="block"><pre>
  If set as 'true', the container will share the cgroups from its parent
  container, otherwise it will have its own cgroups created. Please note:
- 1. This field should be only used for the task containers in a task group
-    (i.e., the 1st level nested containers). It will be ignored for the
-    executor containers (i.e., the top-level containers) since the executor
-    container will always have its own cgroups created, and it will also be
-    ignored for the nested containers under the 1st nested container (e.g.,
-    the debug container running as 2nd level nested container) since those
-    containers should always share cgroups from its parent container.
- 2. The value of this field should be same for all the tasks launched by a
-    single executor.
- 3. It is not allowed to set resource limits for the task which has this
-    field set as true.
+ 1. For tasks in a task group launched via the LAUNCH_GROUP operation,
+    this field may be set to 'true' or 'false'. Resource limits may only be
+    set for tasks in a task group when this field is set to 'false'.
+ 2. For tasks launched via the LAUNCH operation, this field may only be set
+    to 'true', and in this case resource limits may be set on these tasks.
+ 3. For containers launched via the agent's LAUNCH_NESTED_CONTAINER_SESSION
+    call, this field must be set to 'true'.
+ 4. For executor containers, this field may only be set to 'false'.
+ 5. All tasks under a single executor must share the same value of this
+    field, if it is set. Note that this means that all tasks within a single
+    task group must set this field to the same value.
  </pre>
 
  <code>optional bool share_cgroups = 8 [default = true];</code></div>