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

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

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

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

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


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