You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by vi...@apache.org on 2016/04/25 23:31:55 UTC

[02/50] mesos git commit: Upated CHANGELOG for 0.26.0-rc5.

Upated CHANGELOG for 0.26.0-rc5.


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

Branch: refs/heads/0.26.x
Commit: d3717e5c4d1bf4fca5c41cd7ea54fae489028faa
Parents: 3ee9204
Author: Till Toenshoff <to...@me.com>
Authored: Thu Dec 10 20:52:36 2015 +0100
Committer: Till Toenshoff <to...@me.com>
Committed: Thu Dec 10 20:52:36 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/d3717e5c/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 5334dc5..d714abd 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -71,6 +71,7 @@ Release Notes - Mesos - Version 0.26.0 (WIP)
   * [MESOS-3974] - CgroupsAnyHierarchyMemoryPressureTest tests fail on CentOS 6.7.
   * [MESOS-3975] - SSL build of mesos causes flaky testsuite.
   * [MESOS-3989] - Add missing DiscoveryInfo field to v1/mesos.proto.
+  * [MESOS-4106] - The health checker may fail to inform the executor to kill an unhealthy task after max_consecutive_failures.
 
 ** Documentation
   * [MESOS-2783] - Document the fetcher.
@@ -100,6 +101,7 @@ Release Notes - Mesos - Version 0.26.0 (WIP)
   * [MESOS-3759] - Document messages.proto.
   * [MESOS-3788] - Clarify NetworkInfo semantics for IP addresses and group policies.
   * [MESOS-3819] - Add documentation explaining "roles".
+  * [MESOS-4015] - Expose task / executor health in master & slave state.json.
 
 ** Task
   * [MESOS-1832] - Slave should accept PingSlaveMessage but not "PING" message.