You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ji...@apache.org on 2018/09/29 00:02:16 UTC

[mesos] branch master updated (59b92a9 -> bf833e0)

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

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


    from 59b92a9  Cached the cgroup results in Docker containerizer.
     new 897ac5c  Added MESOS-9279 to 1.7.1 CHANGELOG.
     new 73bbf65  Added MESOS-9279 to 1.6.2 CHANGELOG.
     new bf833e0  Added MESOS-9279 to 1.5.2 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] 03/03: Added MESOS-9279 to 1.5.2 CHANGELOG.

Posted by ji...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit bf833e05b4a709d1074f5625d0aac384ad7971a5
Author: Jie Yu <yu...@gmail.com>
AuthorDate: Fri Sep 28 16:59:57 2018 -0700

    Added MESOS-9279 to 1.5.2 CHANGELOG.
---
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG b/CHANGELOG
index fc60a0a..3eeb5b0 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -816,6 +816,7 @@ Release Notes - Mesos - Version 1.5.2 (WIP)
   * [MESOS-9170] - Zookeeper doesn't compile with newer gcc due to format error.
   * [MESOS-9196] - Removing rootfs mounts may fail with EBUSY.
   * [MESOS-9267] - Mesos agent crashes when CNI network is not configured but used.
+  * [MESOS-9279] - Docker Containerizer 'usage' call might be expensive if mount table is big.
 
 ** Improvement
   * [MESOS-9189] - Include 'Connection: close' header in master streaming API responses.


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

Posted by ji...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 73bbf65963cb2f84363dc3abf0df0a9f500b468c
Author: Jie Yu <yu...@gmail.com>
AuthorDate: Fri Sep 28 16:59:47 2018 -0700

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

diff --git a/CHANGELOG b/CHANGELOG
index 6545291..fc60a0a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -389,6 +389,7 @@ Release Notes - Mesos - Version 1.6.2 (WIP)
   * [MESOS-9170] - Zookeeper doesn't compile with newer gcc due to format error.
   * [MESOS-9196] - Removing rootfs mounts may fail with EBUSY.
   * [MESOS-9267] - Mesos agent crashes when CNI network is not configured but used.
+  * [MESOS-9279] - Docker Containerizer 'usage' call might be expensive if mount table is big.
 
 ** Improvement
   * [MESOS-9189] - Include 'Connection: close' header in master streaming API responses.


[mesos] 01/03: Added MESOS-9279 to 1.7.1 CHANGELOG.

Posted by ji...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 897ac5c1a5becc61a373b780a7c609cbe4b02d72
Author: Jie Yu <yu...@gmail.com>
AuthorDate: Fri Sep 28 16:59:21 2018 -0700

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

diff --git a/CHANGELOG b/CHANGELOG
index faf6620..6545291 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -11,6 +11,7 @@ Release Notes - Mesos - Version 1.7.1 (WIP)
   * [MESOS-9131] - Health checks launching nested containers while a container is being destroyed lead to unkillable tasks.
   * [MESOS-9228] - SLRP does not clean up plugin containers after it is removed.
   * [MESOS-9267] - Mesos agent crashes when CNI network is not configured but used.
+  * [MESOS-9279] - Docker Containerizer 'usage' call might be expensive if mount table is big.
 
 ** Improvement:
   * [MESOS-9239] - Improve sorting performance in the DRF sorter.