You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bm...@apache.org on 2018/07/17 00:42:01 UTC

[1/3] mesos git commit: Add MESOS-8418 to the 1.6.2 CHANGELOG.

Repository: mesos
Updated Branches:
  refs/heads/master 0ad92e2d9 -> bc864cd95


Add MESOS-8418 to the 1.6.2 CHANGELOG.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/3d71ea14
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/3d71ea14
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/3d71ea14

Branch: refs/heads/master
Commit: 3d71ea14ffabb6a931dbae9e4cdea1fe9eb94c33
Parents: 0ad92e2
Author: Benjamin Mahler <bm...@apache.org>
Authored: Mon Jul 16 17:40:11 2018 -0700
Committer: Benjamin Mahler <bm...@apache.org>
Committed: Mon Jul 16 17:40:11 2018 -0700

----------------------------------------------------------------------
 CHANGELOG | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/3d71ea14/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 0f4c6de..a8b3581 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -38,6 +38,9 @@ Release Notes - Mesos - Version 1.6.2 (WIP)
 -------------------------------------------
 * This is a bug fix release.
 
+** Bug
+  * [MESOS-8418] - mesos-agent high cpu usage because of numerous /proc/mounts reads.
+
 
 Release Notes - Mesos - Version 1.6.1
 -------------------------------------------


[2/3] mesos git commit: Add MESOS-8418 to the 1.5.2 CHANGELOG.

Posted by bm...@apache.org.
Add MESOS-8418 to the 1.5.2 CHANGELOG.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/2141b6a4
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/2141b6a4
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/2141b6a4

Branch: refs/heads/master
Commit: 2141b6a47cf259d0b889d41b5cf65e3e5e89f087
Parents: 3d71ea1
Author: Benjamin Mahler <bm...@apache.org>
Authored: Mon Jul 16 17:40:21 2018 -0700
Committer: Benjamin Mahler <bm...@apache.org>
Committed: Mon Jul 16 17:40:21 2018 -0700

----------------------------------------------------------------------
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/2141b6a4/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index a8b3581..759c62a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -430,6 +430,7 @@ Release Notes - Mesos - Version 1.5.2 (WIP)
 
 ** Bug
   * [MESOS-3790] - ZooKeeper connection should retry on `EAI_NONAME`.
+  * [MESOS-8418] - mesos-agent high cpu usage because of numerous /proc/mounts reads.
   * [MESOS-8830] - Agent gc on old slave sandboxes could empty persistent volume data
   * [MESOS-8904] - Master crash when removing quota.
   * [MESOS-8906] - `UriDiskProfileAdaptor` fails to update profile selectors.


[3/3] mesos git commit: Add MESOS-8418 to the 1.4.2 CHANGELOG.

Posted by bm...@apache.org.
Add MESOS-8418 to the 1.4.2 CHANGELOG.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/bc864cd9
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/bc864cd9
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/bc864cd9

Branch: refs/heads/master
Commit: bc864cd953a055b285dd54cd92ec1856779b233c
Parents: 2141b6a
Author: Benjamin Mahler <bm...@apache.org>
Authored: Mon Jul 16 17:40:27 2018 -0700
Committer: Benjamin Mahler <bm...@apache.org>
Committed: Mon Jul 16 17:40:27 2018 -0700

----------------------------------------------------------------------
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/bc864cd9/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 759c62a..eec27a7 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -990,6 +990,7 @@ Release Notes - Mesos - Version 1.4.2 (WIP)
   * [MESOS-8352] - Resources may get over allocated to some roles while fail to meet the quota of other roles.
   * [MESOS-8356] - Persistent volume ownership is set to root despite of sandbox owner (frameworkInfo.user) when docker executor is used.
   * [MESOS-8411] - Killing a queued task can lead to the command executor never terminating.
+  * [MESOS-8418] - mesos-agent high cpu usage because of numerous /proc/mounts reads.
   * [MESOS-8480] - Mesos returns high resource usage when killing a Docker task.
   * [MESOS-8488] - Docker bug can cause unkillable tasks.
   * [MESOS-8550] - Bug in `Master::detected()` leads to coredump in `MasterZooKeeperTest.MasterInfoAddress`.