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:41:47 UTC

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

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/6e2dfd06
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/6e2dfd06
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/6e2dfd06

Branch: refs/heads/1.5.x
Commit: 6e2dfd06c8c7780d408a59980ce9df0d8b0cbed9
Parents: f2be36d
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:54 2018 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/6e2dfd06/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 79ae07b..d0c97e1 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -4,6 +4,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.