You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by qi...@apache.org on 2018/11/08 08:30:21 UTC

[mesos] 09/09: Added MESOS-9152 and MESOS-9164 to the 1.6.2 CHANGELOG.

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

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

commit e675f53b75582ba97c113f4b4e1b3c29549275c0
Author: Qian Zhang <zh...@gmail.com>
AuthorDate: Thu Nov 8 16:21:51 2018 +0800

    Added MESOS-9152 and MESOS-9164 to the 1.6.2 CHANGELOG.
---
 CHANGELOG | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/CHANGELOG b/CHANGELOG
index c217cfd..8b1ff25 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -21,6 +21,8 @@ Release Notes - Mesos - Version 1.6.2 (WIP)
   * [MESOS-9146] - Agent has a fragile burn-in 5s authentication timeout.
   * [MESOS-9147] - Agent and scheduler driver authentication retry backoff time could overflow.
   * [MESOS-9151] - Container stuck at ISOLATING due to FD leak.
+  * [MESOS-9152] - Close all file descriptors except whitelist_fds in posix/subprocess.
+  * [MESOS-9164] - Subprocess should unset CLOEXEC on whitelisted file descriptors.
   * [MESOS-9170] - Zookeeper doesn't compile with newer gcc due to format error.
   * [MESOS-9196] - Removing rootfs mounts may fail with EBUSY.
   * [MESOS-9231] - `docker inspect` may return an unexpected result to Docker executor due to a race condition.