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 2017/11/06 16:23:00 UTC

[2/2] mesos git commit: Added MESOS-8165 to the 1.5.0 CHANGELOG.

Added MESOS-8165 to the 1.5.0 CHANGELOG.

Review: https://reviews.apache.org/r/63527/


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

Branch: refs/heads/master
Commit: 3df8bddd9ee2a5f66f3e144a0f63188566bd29ee
Parents: a8b7cc9
Author: Ilya Pronin <ip...@twopensource.com>
Authored: Mon Nov 6 10:22:44 2017 -0600
Committer: Vinod Kone <vi...@gmail.com>
Committed: Mon Nov 6 10:22:44 2017 -0600

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/3df8bddd/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 3a76a2b..3d65032 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -9,6 +9,9 @@ Additional API Changes:
     seconds (365 days).
   * [MESOS-7941] Built-in executors will now send a TASK_STARTING
     status update when a task is starting.
+  * [MESOS-8165] Master will now send TASK_GONE status for unknown
+    tasks of PARTITION_AWARE frameworks belonging to registered agents
+    during explicit reconciliation.
 
 Unresolved Critical Issues: