You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ya...@apache.org on 2016/10/28 18:07:35 UTC

mesos git commit: Added MESOS-4975, MESOS-6482 and MESOS-6483 to CHANGLOG for 1.1.0.

Repository: mesos
Updated Branches:
  refs/heads/1.1.x 55322e7a2 -> bc7ecb8cf


Added MESOS-4975, MESOS-6482 and MESOS-6483 to CHANGLOG for 1.1.0.


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

Branch: refs/heads/1.1.x
Commit: bc7ecb8cf34c910deb8d0ced653d41341bf682fa
Parents: 55322e7
Author: Jiang Yan Xu <xu...@apple.com>
Authored: Fri Oct 28 11:07:27 2016 -0700
Committer: Jiang Yan Xu <xu...@apple.com>
Committed: Fri Oct 28 11:07:27 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/bc7ecb8c/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 893bbf7..3f03be0 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -101,6 +101,7 @@ All Issues:
   * [MESOS-4638] - versioning preprocessor macros.
   * [MESOS-4668] - Agent's /state endpoint does not include full reservation information.
   * [MESOS-4948] - Move maintenance tests to use the new scheduler library interface.
+  * [MESOS-4975] - mesos::internal::master::Slave::tasks can grow unboundedly.
   * [MESOS-5276] - HTTPCommandExecutor should terminate after it receives an ACK from the agent.
   * [MESOS-5290] - WebUI shows the active task is launched 46 years ago.
   * [MESOS-5320] - SSL related error messages can be misguiding or incomplete.
@@ -210,6 +211,8 @@ All Issues:
   * [MESOS-6420] - Mesos Agent leaking sockets when port mapping network isolator is ON.
   * [MESOS-6445] - Reconciliation for unreachable agent after master failover is incorrect.
   * [MESOS-6446] - WebUI redirect doesn't work with stats from /metric/snapshot.
+  * [MESOS-6482] - Master check failure when marking an agent unreachable.
+  * [MESOS-6483] - Check failure when a 1.1 master marking a 0.28 agent as unreachable.
 
 ** Documentation
   * [MESOS-5221] - Add Documentation for Nvidia GPU support.