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

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

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.