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 2019/08/23 08:07:37 UTC

[mesos] branch master updated (5db1835 -> 9aabaf6)

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 5db1835  Used cached cgroups for updating resources in Docker containerizer.
     new 65c027e  Added MESOS-9836 to the 1.8.2 CHANGELOG.
     new 88f7720  Added MESOS-9836 to the 1.7.3 CHANGELOG.
     new 9aabaf6  Added MESOS-9836 to the 1.6.3 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-9836 to the 1.8.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 65c027e4eb1a6ebb0f5b60401354266d676d2872
Author: Qian Zhang <zh...@gmail.com>
AuthorDate: Fri Aug 23 15:29:24 2019 +0800

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

diff --git a/CHANGELOG b/CHANGELOG
index b1124a7..961a117 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -47,6 +47,7 @@ Release Notes - Mesos - Version 1.8.2 (WIP)
 
 ** Bug
   * [MESOS-9785] - Frameworks recovered from reregistered agents are not reported to master `/api/v1` subscribers.
+  * [MESOS-9836] - Docker containerizer overwrites `/mesos/slave` cgroups.
   * [MESOS-9868] - NetworkInfo from the agent /state endpoint is not correct.
   * [MESOS-9893] - `volume/secret` isolator should cleanup the stored secret from runtime directory when the container is destroyed.
   * [MESOS-9925] - Default executor takes a couple of seconds to start and subscribe Mesos agent.


[mesos] 02/03: Added MESOS-9836 to the 1.7.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 88f7720f3d177e1f37474da663debf239f8efaf9
Author: Qian Zhang <zh...@gmail.com>
AuthorDate: Fri Aug 23 15:32:49 2019 +0800

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

diff --git a/CHANGELOG b/CHANGELOG
index 961a117..3198fc0 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -498,6 +498,7 @@ Release Notes - Mesos - Version 1.7.3 (WIP)
   * [MESOS-9786] - Race between two REMOVE_QUOTA calls crashes the master.
   * [MESOS-9787] - Log slow SSL (TLS) peer reverse DNS lookup.
   * [MESOS-9803] - Memory leak caused by an infinite chain of futures in `UriDiskProfileAdaptor`.
+  * [MESOS-9836] - Docker containerizer overwrites `/mesos/slave` cgroups.
   * [MESOS-9852] - Slow memory growth in master due to deferred deletion of offer filters and timers.
   * [MESOS-9856] - REVIVE call with specified role(s) clears filters for all roles of a framework.
   * [MESOS-9868] - NetworkInfo from the agent /state endpoint is not correct.


[mesos] 03/03: Added MESOS-9836 to the 1.6.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 9aabaf64b79d4b9f9892220ab55e867d32850587
Author: Qian Zhang <zh...@gmail.com>
AuthorDate: Fri Aug 23 15:33:52 2019 +0800

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

diff --git a/CHANGELOG b/CHANGELOG
index 3198fc0..fe08b76 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -979,6 +979,7 @@ Release Notes - Mesos - Version 1.6.3 (WIP)
   * [MESOS-9766] - /__processes__ endpoint can hang.
   * [MESOS-9786] - Race between two REMOVE_QUOTA calls crashes the master.
   * [MESOS-9787] - Log slow SSL (TLS) peer reverse DNS lookup.
+  * [MESOS-9836] - Docker containerizer overwrites `/mesos/slave` cgroups.
   * [MESOS-9852] - Slow memory growth in master due to deferred deletion of offer filters and timers.
   * [MESOS-9856] - REVIVE call with specified role(s) clears filters for all roles of a framework.
   * [MESOS-9868] - NetworkInfo from the agent /state endpoint is not correct.