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:00:57 UTC

[mesos] branch master updated (042dec6 -> 8f986cf)

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

qianzhang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git.


    from 042dec6  Added MESOS-9334 to the 1.4.3 CHANGELOG.
     new 949c27f  Added MESOS-9334 to the 1.5.3 CHANGELOG.
     new 7d50720  Added MESOS-9334 to the 1.6.2 CHANGELOG.
     new 8f986cf  Added MESOS-9334 to the 1.7.1 CHANGELOG.

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGELOG | 3 +++
 1 file changed, 3 insertions(+)


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

Posted by qi...@apache.org.
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 949c27f61dc7320800bf5de5d26ffd27ceb76a9c
Author: Qian Zhang <zh...@gmail.com>
AuthorDate: Tue Oct 30 15:55:49 2018 -0700

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

diff --git a/CHANGELOG b/CHANGELOG
index f3b6f07..cd81133 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -806,6 +806,7 @@ Release Notes - Mesos - Version 1.5.3 (WIP)
 
 ** Bug
   * [MESOS-8907] - Docker image fetcher fails with HTTP/2.
+  * [MESOS-9334] - Container stuck at ISOLATING state due to libevent poll never returns.
 
 ** Improvement
   * [MESOS-9305] - Create cgoup recursively to workaround systemd deleting cgroups_root.


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

Posted by qi...@apache.org.
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 7d507208a4fa1653b2417bfb4843317fb176dd53
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 cd81133..a3a686c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -410,6 +410,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.


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

Posted by qi...@apache.org.
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 8f986cf6bc9d20013f8cf6c885accbc409f158db
Author: Qian Zhang <zh...@gmail.com>
AuthorDate: Tue Oct 30 15:58:09 2018 -0700

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

diff --git a/CHANGELOG b/CHANGELOG
index a3a686c..9a52fbb 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -20,6 +20,7 @@ Release Notes - Mesos - Version 1.7.1 (WIP)
   * [MESOS-9295] - Nested container launch could fail if the agent upgrade with new cgroup subsystems.
   * [MESOS-9308] - URI disk profile adaptor could deadlock.
   * [MESOS-9325] - Optimize `Resources::filter` operation.
+  * [MESOS-9334] - Container stuck at ISOLATING state due to libevent poll never returns.
 
 ** Improvement:
   * [MESOS-6765] - Make the Resources wrapper "copy-on-write" to improve performance.