You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by mz...@apache.org on 2019/01/23 22:09:44 UTC

[mesos] branch 1.4.x updated: Added MESOS-9221 and MESOS-9304 to 1.4.3 CHANGELOG.

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

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


The following commit(s) were added to refs/heads/1.4.x by this push:
     new 9a2488a  Added MESOS-9221 and MESOS-9304 to 1.4.3 CHANGELOG.
9a2488a is described below

commit 9a2488ae30ad0a5ed16e12cac559deac19afb9bc
Author: Meng Zhu <mz...@mesosphere.io>
AuthorDate: Wed Jan 23 14:05:35 2019 -0800

    Added MESOS-9221 and MESOS-9304 to 1.4.3 CHANGELOG.
---
 CHANGELOG | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/CHANGELOG b/CHANGELOG
index 0fe38bb..ca1b169 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -15,9 +15,11 @@ Release Notes - Mesos - Version 1.4.3 (WIP)
   * [MESOS-9151] - Container stuck at ISOLATING due to FD leak.
   * [MESOS-9170] - Zookeeper doesn't compile with newer gcc due to format error.
   * [MESOS-9196] - Removing rootfs mounts may fail with EBUSY.
+  * [MESOS-9221] - If some image layers are large, the image pulling may stuck due to the authorized token expired.
   * [MESOS-9231] - `docker inspect` may return an unexpected result to Docker executor due to a race condition.
   * [MESOS-9279] - Docker Containerizer 'usage' call might be expensive if mount table is big.
   * [MESOS-9283] - Docker containerizer actor can get backlogged with large number of containers.
+  * [MESOS-9304] - Test `CGROUPS_ROOT_PidNamespaceForward` and `CGROUPS_ROOT_PidNamespaceBackward` fails on 1.4.x.
   * [MESOS-9334] - Container stuck at ISOLATING state due to libevent poll never returns.
   * [MESOS-9419] - Executor to framework message crashes master if framework has not re-registered.
   * [MESOS-9480] - Master may skip processing authorization results for `LAUNCH_GROUP`.