You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ti...@apache.org on 2018/11/20 19:17:05 UTC

[mesos] 02/02: Added MESOS-9317 to the 1.7.1 CHANGELOG.

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

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

commit 9c68e2a532352a89f02e9352714a4f42ab76e82a
Author: Till Toenshoff <to...@me.com>
AuthorDate: Tue Nov 20 16:55:59 2018 +0100

    Added MESOS-9317 to the 1.7.1 CHANGELOG.
---
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG b/CHANGELOG
index 5d3bc99..ba914ce 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -23,6 +23,7 @@ Release Notes - Mesos - Version 1.7.1 (WIP)
   * [MESOS-9283] - Docker containerizer actor can get backlogged with large number of containers.
   * [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-9325] - Optimize `Resources::filter` operation.
   * [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.