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

[4/6] 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/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.