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/30 22:46:35 UTC

[mesos] branch master updated: Added MESOS-9334 to the 1.4.3 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 042dec6  Added MESOS-9334 to the 1.4.3 CHANGELOG.
042dec6 is described below

commit 042dec6ea2825a3b69fabb2e4cd46ba3e8519edb
Author: Qian Zhang <zh...@gmail.com>
AuthorDate: Tue Oct 30 15:43:55 2018 -0700

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

diff --git a/CHANGELOG b/CHANGELOG
index 197313f..f3b6f07 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1405,6 +1405,7 @@ Release Notes - Mesos - Version 1.4.3 (WIP)
   * [MESOS-9231] - `docker inspect` may return an unexpected result to Docker executor due to a race condition.
   * [MESOS-9279] - Docker Containerizer 'usage' call might be expensive if mount table is big.
   * [MESOS-9283] - Docker containerizer actor can get backlogged with large number of containers.
+  * [MESOS-9334] - Container stuck at ISOLATING state due to libevent poll never returns.
 
 ** Improvement
   * [MESOS-9189] - Include 'Connection: close' header in master streaming API responses.