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:16:25 UTC

[mesos] branch master updated: Added MESOS-8545 and MESOS-9131 to the 1.5.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 d1219ad  Added MESOS-8545 and MESOS-9131 to the 1.5.2 CHANGELOG.
d1219ad is described below

commit d1219ad94383aa0e2756e85fd98f21a467ec651e
Author: Alexander Rukletsov <al...@apache.org>
AuthorDate: Tue Sep 18 20:12:46 2018 +0200

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

diff --git a/CHANGELOG b/CHANGELOG
index ae43b40..7231535 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -770,6 +770,7 @@ Release Notes - Mesos - Version 1.5.2 (WIP)
 ** Bug
   * [MESOS-3790] - ZooKeeper connection should retry on `EAI_NONAME`.
   * [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-8830] - Agent gc on old slave sandboxes could empty persistent volume data
   * [MESOS-8871] - Agent may fail to recover if the agent dies before image store cache checkpointed.
@@ -792,6 +793,7 @@ Release Notes - Mesos - Version 1.5.2 (WIP)
   * [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.