You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bm...@apache.org on 2018/05/03 00:01:06 UTC

[1/6] mesos git commit: Added MESOS-4527 to the 1.4.2 CHANGELOG.

Repository: mesos
Updated Branches:
  refs/heads/master 26cd5564d -> 868ec364b


Added MESOS-4527 to the 1.4.2 CHANGELOG.


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

Branch: refs/heads/master
Commit: af2c7486528059e1171a0b516a77a91bada3d2fd
Parents: 26cd556
Author: Benjamin Mahler <bm...@apache.org>
Authored: Wed May 2 16:47:28 2018 -0700
Committer: Benjamin Mahler <bm...@apache.org>
Committed: Wed May 2 16:47:28 2018 -0700

----------------------------------------------------------------------
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/af2c7486/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index be1d89c..23b3e51 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -554,6 +554,7 @@ Release Notes - Mesos - Version 1.4.2 (WIP)
 * This is a bug fix release.
 
 ** Bug
+  * [MESOS-4527] - Roles can exceed limit allocation via reservations.
   * [MESOS-6616] - Error: dereferencing type-punned pointer will break strict-aliasing rules.
   * [MESOS-7504] - Parent's mount namespace cannot be determined when launching a nested container.
   * [MESOS-7975] - The command/default/docker executor can incorrectly send a TASK_FINISHED update even when the task is killed.


[5/6] mesos git commit: Added MESOS-8352 to the 1.4.2 CHANGELOG.

Posted by bm...@apache.org.
Added MESOS-8352 to the 1.4.2 CHANGELOG.


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

Branch: refs/heads/master
Commit: eab2053a3a3ab9534c9c3ce437de725e1df668d9
Parents: 4cf35d1
Author: Benjamin Mahler <bm...@apache.org>
Authored: Wed May 2 16:52:47 2018 -0700
Committer: Benjamin Mahler <bm...@apache.org>
Committed: Wed May 2 16:52:47 2018 -0700

----------------------------------------------------------------------
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/eab2053a/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 627496e..fbdff33 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -566,6 +566,7 @@ Release Notes - Mesos - Version 1.4.2 (WIP)
   * [MESOS-8293] - Reservation may not be allocated when the role has no quota.
   * [MESOS-8297] - Built-in driver-based executors ignore kill task if the task has not been launched.
   * [MESOS-8339] - Quota headroom may be insufficiently held when role has more reservation than quota.
+  * [MESOS-8352] - Resources may get over allocated to some roles while fail to meet the quota of other roles.
   * [MESOS-8356] - Persistent volume ownership is set to root despite of sandbox owner (frameworkInfo.user) when docker executor is used.
   * [MESOS-8411] - Killing a queued task can lead to the command executor never terminating.
   * [MESOS-8480] - Mesos returns high resource usage when killing a Docker task.


[4/6] mesos git commit: Added MESOS-8339 to the 1.4.2 CHANGELOG.

Posted by bm...@apache.org.
Added MESOS-8339 to the 1.4.2 CHANGELOG.


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

Branch: refs/heads/master
Commit: 4cf35d148c0b1cb4ac929cc42622b3a3d1e109ed
Parents: 0af3756
Author: Benjamin Mahler <bm...@apache.org>
Authored: Wed May 2 16:51:50 2018 -0700
Committer: Benjamin Mahler <bm...@apache.org>
Committed: Wed May 2 16:51:50 2018 -0700

----------------------------------------------------------------------
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/4cf35d14/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 640f625..627496e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -565,6 +565,7 @@ Release Notes - Mesos - Version 1.4.2 (WIP)
   * [MESOS-8237] - Strip (Offer|Resource).allocation_info for non-MULTI_ROLE schedulers.
   * [MESOS-8293] - Reservation may not be allocated when the role has no quota.
   * [MESOS-8297] - Built-in driver-based executors ignore kill task if the task has not been launched.
+  * [MESOS-8339] - Quota headroom may be insufficiently held when role has more reservation than quota.
   * [MESOS-8356] - Persistent volume ownership is set to root despite of sandbox owner (frameworkInfo.user) when docker executor is used.
   * [MESOS-8411] - Killing a queued task can lead to the command executor never terminating.
   * [MESOS-8480] - Mesos returns high resource usage when killing a Docker task.


[6/6] mesos git commit: Added MESOS-8604 to the 1.4.2 CHANGELOG.

Posted by bm...@apache.org.
Added MESOS-8604 to the 1.4.2 CHANGELOG.


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

Branch: refs/heads/master
Commit: 868ec364b17bc231697563f2621705baff2d7183
Parents: eab2053
Author: Benjamin Mahler <bm...@apache.org>
Authored: Wed May 2 16:53:37 2018 -0700
Committer: Benjamin Mahler <bm...@apache.org>
Committed: Wed May 2 16:53:37 2018 -0700

----------------------------------------------------------------------
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/868ec364/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index fbdff33..0d25a48 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -577,6 +577,7 @@ Release Notes - Mesos - Version 1.4.2 (WIP)
   * [MESOS-8574] - Docker executor makes no progress when 'docker inspect' hangs.
   * [MESOS-8575] - Improve discard handling for 'Docker::stop' and 'Docker::pull'.
   * [MESOS-8576] - Improve discard handling of 'Docker::inspect()'.
+  * [MESOS-8604] - Quota headroom tracking may be incorrect in the presence of hierarchical reservation.
   * [MESOS-8605] - Terminal task status update will not send if 'docker inspect' is hung.
   * [MESOS-8651] - Potential memory leaks in the `volume/sandbox_path` isolator.
 


[2/6] mesos git commit: Added MESOS-7099 to the 1.4.2 CHANGELOG.

Posted by bm...@apache.org.
Added MESOS-7099 to the 1.4.2 CHANGELOG.


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

Branch: refs/heads/master
Commit: d2bdaee5429ce11adc4d44754d82f9e0ad82d204
Parents: af2c748
Author: Benjamin Mahler <bm...@apache.org>
Authored: Wed May 2 16:50:10 2018 -0700
Committer: Benjamin Mahler <bm...@apache.org>
Committed: Wed May 2 16:50:10 2018 -0700

----------------------------------------------------------------------
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/d2bdaee5/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 23b3e51..c677072 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -556,6 +556,7 @@ Release Notes - Mesos - Version 1.4.2 (WIP)
 ** Bug
   * [MESOS-4527] - Roles can exceed limit allocation via reservations.
   * [MESOS-6616] - Error: dereferencing type-punned pointer will break strict-aliasing rules.
+  * [MESOS-7099] - Quota can be exceeded due to coarse-grained offer technique.
   * [MESOS-7504] - Parent's mount namespace cannot be determined when launching a nested container.
   * [MESOS-7975] - The command/default/docker executor can incorrectly send a TASK_FINISHED update even when the task is killed.
   * [MESOS-8125] - Agent should properly handle recovering an executor when its pid is reused.


[3/6] mesos git commit: Added MESOS-8293 to the 1.4.2 CHANGELOG.

Posted by bm...@apache.org.
Added MESOS-8293 to the 1.4.2 CHANGELOG.


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

Branch: refs/heads/master
Commit: 0af37560f6c253b1233db3cb10396b866fbcb9ec
Parents: d2bdaee
Author: Benjamin Mahler <bm...@apache.org>
Authored: Wed May 2 16:51:17 2018 -0700
Committer: Benjamin Mahler <bm...@apache.org>
Committed: Wed May 2 16:51:17 2018 -0700

----------------------------------------------------------------------
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/0af37560/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index c677072..640f625 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -563,6 +563,7 @@ Release Notes - Mesos - Version 1.4.2 (WIP)
   * [MESOS-8159] - ns::clone uses an async signal unsafe stack.
   * [MESOS-8171] - Using a failoverTimeout of 0 with Mesos native scheduler client can result in infinite subscribe loop.
   * [MESOS-8237] - Strip (Offer|Resource).allocation_info for non-MULTI_ROLE schedulers.
+  * [MESOS-8293] - Reservation may not be allocated when the role has no quota.
   * [MESOS-8297] - Built-in driver-based executors ignore kill task if the task has not been launched.
   * [MESOS-8356] - Persistent volume ownership is set to root despite of sandbox owner (frameworkInfo.user) when docker executor is used.
   * [MESOS-8411] - Killing a queued task can lead to the command executor never terminating.