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/10/19 02:50:41 UTC

[mesos] 01/03: Added MESOS-9231 to the 1.6.2 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

commit 374a924a6bef8a647d40668ec1756b4dcbf6ea65
Author: Qian Zhang <zh...@gmail.com>
AuthorDate: Fri Oct 19 08:59:23 2018 +0800

    Added MESOS-9231 to the 1.6.2 CHANGELOG.
---
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG b/CHANGELOG
index 1650e4e..9686042 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -396,6 +396,7 @@ Release Notes - Mesos - Version 1.6.2 (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-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.
   * [MESOS-9274] - v1 JAVA scheduler library can drop TEARDOWN upon destruction.
   * [MESOS-9279] - Docker Containerizer 'usage' call might be expensive if mount table is big.