You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by vi...@apache.org on 2016/10/12 23:17:34 UTC

mesos git commit: Updated comments about ExecutorInfo in mesos.proto.

Repository: mesos
Updated Branches:
  refs/heads/master 1e514ca02 -> d3f560576


Updated comments about ExecutorInfo in mesos.proto.

Removed the comment that says resources are automatically set
to default values if unset.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/d3f56057
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/d3f56057
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/d3f56057

Branch: refs/heads/master
Commit: d3f5605762caca6190ea5d419423106f7716f8c0
Parents: 1e514ca
Author: Vinod Kone <vi...@gmail.com>
Authored: Wed Oct 12 16:10:57 2016 -0700
Committer: Vinod Kone <vi...@gmail.com>
Committed: Wed Oct 12 16:10:57 2016 -0700

----------------------------------------------------------------------
 include/mesos/mesos.proto    | 6 +-----
 include/mesos/v1/mesos.proto | 6 +-----
 2 files changed, 2 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/d3f56057/include/mesos/mesos.proto
----------------------------------------------------------------------
diff --git a/include/mesos/mesos.proto b/include/mesos/mesos.proto
index 7d0201e..05988d4 100644
--- a/include/mesos/mesos.proto
+++ b/include/mesos/mesos.proto
@@ -541,11 +541,7 @@ message ExecutorInfo {
     //
     // 1) `command` must not be set when using a default executor.
     //
-    // 2) If "cpu" or "mem" resources are not set, default values of 0.1 cpu
-    //    and 32 MB memory will be used; schedulers should account for these
-    //    resources when accepting offers.
-    //
-    // 3) Default executor only accepts a *single* `LAUNCH` or `LAUNCH_GROUP`
+    // 2) Default executor only accepts a *single* `LAUNCH` or `LAUNCH_GROUP`
     //    offer operation.
     DEFAULT = 1;
 

http://git-wip-us.apache.org/repos/asf/mesos/blob/d3f56057/include/mesos/v1/mesos.proto
----------------------------------------------------------------------
diff --git a/include/mesos/v1/mesos.proto b/include/mesos/v1/mesos.proto
index 301d1ae..08a536c 100644
--- a/include/mesos/v1/mesos.proto
+++ b/include/mesos/v1/mesos.proto
@@ -541,11 +541,7 @@ message ExecutorInfo {
     //
     // 1) `command` must not be set when using a default executor.
     //
-    // 2) If "cpu" or "mem" resources are not set, default values of 0.1 cpu
-    //    and 32 MB memory will be used; schedulers should account for these
-    //    resources when accepting offers.
-    //
-    // 3) Default executor only accepts a *single* `LAUNCH` or `LAUNCH_GROUP`
+    // 2) Default executor only accepts a *single* `LAUNCH` or `LAUNCH_GROUP`
     //    offer operation.
     DEFAULT = 1;