You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ch...@apache.org on 2019/01/16 00:54:42 UTC

[mesos] branch 1.7.x updated: Added MESOS-7042 and MESOS-9324 to the 1.7.1 CHANGELOG.

This is an automated email from the ASF dual-hosted git repository.

chhsiao pushed a commit to branch 1.7.x
in repository https://gitbox.apache.org/repos/asf/mesos.git


The following commit(s) were added to refs/heads/1.7.x by this push:
     new d5678c3  Added MESOS-7042 and MESOS-9324 to the 1.7.1 CHANGELOG.
d5678c3 is described below

commit d5678c3c5500cec72e22e775d9d048c55c128954
Author: Chun-Hung Hsiao <ch...@mesosphere.io>
AuthorDate: Tue Jan 15 16:53:26 2019 -0800

    Added MESOS-7042 and MESOS-9324 to the 1.7.1 CHANGELOG.
---
 CHANGELOG | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG b/CHANGELOG
index 93a2757..e304973 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -17,6 +17,7 @@ Release Notes - Mesos - Version 1.7.1
     IDs and resource provider IDs (see MESOS-9293).
 
 ** Bug
+  * [MESOS-7042] - Send SIGKILL after SIGTERM to IOSwitchboard after container termination.
   * [MESOS-7474] - Mesos fetcher cache doesn't retry when missed.
   * [MESOS-8545] - AgentAPIStreamingTest.AttachInputToNestedContainerSession is flaky.
   * [MESOS-8907] - Docker image fetcher fails with HTTP/2.
@@ -37,6 +38,7 @@ Release Notes - Mesos - Version 1.7.1
   * [MESOS-9295] - Nested container launch could fail if the agent upgrade with new cgroup subsystems.
   * [MESOS-9308] - URI disk profile adaptor could deadlock.
   * [MESOS-9317] - Some master endpoints do not handle failed authorization properly.
+  * [MESOS-9324] - Resource fragmentation: frameworks may be starved of port resources in the presence of large number frameworks with quota.
   * [MESOS-9332] - Nested container should run as the same user of its parent container by default.
   * [MESOS-9334] - Container stuck at ISOLATING state due to libevent poll never returns.
   * [MESOS-9362] - Test `CgroupsIsolatorTest.ROOT_CGROUPS_CreateRecursively` is flaky.
@@ -54,7 +56,7 @@ Release Notes - Mesos - Version 1.7.1
   * [MESOS-9518] - CNI_NETNS should not be set for orphan containers that do not have network namespace.
   * [MESOS-9519] - Unable to build Mesos with CMake on Ubuntu 14.04.
 
-** Improvement:
+** Improvement
   * [MESOS-6765] - Make the Resources wrapper "copy-on-write" to improve performance.
   * [MESOS-9239] - Improve sorting performance in the DRF sorter.
   * [MESOS-9249] - Avoid dirtying the DRF sorter when allocating resources.