You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by al...@apache.org on 2018/09/18 18:01:04 UTC

[mesos] branch master updated: Added MESOS-8545 and MESOS-9131 to the 1.6.2 CHANGELOG.

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

alexr 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 c1e209e  Added MESOS-8545 and MESOS-9131 to the 1.6.2 CHANGELOG.
c1e209e is described below

commit c1e209e4630700eacbb740ffc62b567bfbdf8d39
Author: Alexander Rukletsov <al...@apache.org>
AuthorDate: Tue Sep 18 19:59:50 2018 +0200

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

diff --git a/CHANGELOG b/CHANGELOG
index bea38d7..ae43b40 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -361,12 +361,14 @@ Release Notes - Mesos - Version 1.6.2 (WIP)
 
 ** Bug
   * [MESOS-8418] - mesos-agent high cpu usage because of numerous /proc/mounts reads.
+  * [MESOS-8545] - AgentAPIStreamingTest.AttachInputToNestedContainerSession is flaky.
   * [MESOS-8568] - Command checks should always call `WAIT_NESTED_CONTAINER` before `REMOVE_NESTED_CONTAINER`
   * [MESOS-8917] - Agent leaking file descriptors into forked processes
   * [MESOS-8921] - Autotools don't work with newer OpenJDK versions
   * [MESOS-9116] - Launch nested container session fails due to incorrect detection of `mnt` namespace of command executor's task.
   * [MESOS-9125] - Port mapper CNI plugin might fail with "Resource temporarily unavailable"
   * [MESOS-9127] - Port mapper CNI plugin might deadlock iptables on the agent.
+  * [MESOS-9131] - Health checks launching nested containers while a container is being destroyed lead to unkillable tasks.
   * [MESOS-9142] - CNI detach might fail due to missing network config file.
   * [MESOS-9144] - Master authentication handling leads to request amplification.
   * [MESOS-9145] - Master has a fragile burned-in 5s authentication timeout.