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 23:06:52 UTC

[mesos] 03/03: Added MESOS-9334 to the 1.6.2 CHANGELOG.

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

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

commit e636950092f2a4bb566cf86bde3150aaa8e921de
Author: Qian Zhang <zh...@gmail.com>
AuthorDate: Tue Oct 30 15:57:07 2018 -0700

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

diff --git a/CHANGELOG b/CHANGELOG
index e5f85ad..fabcd9e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -29,6 +29,7 @@ Release Notes - Mesos - Version 1.6.2 (WIP)
   * [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-9308] - URI disk profile adaptor could deadlock.
+  * [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.