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:12 UTC

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

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/a99403aa
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/a99403aa
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/a99403aa

Branch: refs/heads/1.4.x
Commit: a99403aa029a58ce793634c4d65b6d7e1d509ed4
Parents: 0244bbc
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:54:24 2018 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/a99403aa/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 9d956f7..a18c542 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -14,6 +14,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.