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:17:12 UTC

[mesos] branch master updated: Added MESOS-9152 and MESOS-9164 to the 1.7.1 CHANGELOG.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 520118d  Added MESOS-9152 and MESOS-9164 to the 1.7.1 CHANGELOG.
520118d is described below

commit 520118d0faec6257d4043c998ae653cf4dbe7e70
Author: Qian Zhang <zh...@gmail.com>
AuthorDate: Thu Nov 8 15:59:20 2018 +0800

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

diff --git a/CHANGELOG b/CHANGELOG
index 4348675..96bd9d2 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -11,6 +11,8 @@ Release Notes - Mesos - Version 1.7.1 (WIP)
   * [MESOS-8907] - Docker image fetcher fails with HTTP/2.
   * [MESOS-8978] - Command executor calling setsid breaks the tty support.
   * [MESOS-9131] - Health checks launching nested containers while a container is being destroyed lead to unkillable tasks.
+  * [MESOS-9152] - Close all file descriptors except whitelist_fds in posix/subprocess.
+  * [MESOS-9164] - Subprocess should unset CLOEXEC on whitelisted file descriptors.
   * [MESOS-9228] - SLRP does not clean up plugin containers after it is removed.
   * [MESOS-9231] - `docker inspect` may return an unexpected result to Docker executor due to a race condition.
   * [MESOS-9267] - Mesos agent crashes when CNI network is not configured but used.