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

mesos git commit: Added MESOS-8986 to the 1.6.1 CHANGELOG.

Repository: mesos
Updated Branches:
  refs/heads/master 9adbaae14 -> 90810115e


Added MESOS-8986 to the 1.6.1 CHANGELOG.


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

Branch: refs/heads/master
Commit: 90810115e45d10121603d3a95344885f828678cc
Parents: 9adbaae
Author: Greg Mann <gr...@gmail.com>
Authored: Tue Jul 3 07:18:02 2018 -0700
Committer: Greg Mann <gr...@gmail.com>
Committed: Tue Jul 3 10:08:25 2018 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/90810115/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index c20b977..e0c59d7 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -53,6 +53,7 @@ Release Notes - Mesos - Version 1.6.1
   * [MESOS-8952] - process::await/collect n^2 performance issue.
   * [MESOS-8963] - Executor crash trying to print container ID.
   * [MESOS-8980] - mesos-slave can deadlock with docker pull.
+  * [MESOS-8986] - `slave.available()` in the allocator is expensive and drags down allocation performance.
   * [MESOS-9002] - GCC 8.1 build failure in os::Fork::Tree.
   * [MESOS-9025] - The container which joins CNI network and has checkpoint enabled will be mistakenly destroyed by agent.