Repository: mesos
Updated Branches:
  refs/heads/master ecf718795 -> 48e9542c8


Updated CHANGELOG with MESOS-6406, MESOS-7215 and MESOS-8337.

These are all changes we made around partition-awareness in 1.5.0 so
they are grouped together.


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

Branch: refs/heads/master
Commit: 48e9542c8eb60cfb089dfdca4ab6895fe68fc2e6
Parents: ecf7187
Author: Jiang Yan Xu <xuj...@apple.com>
Authored: Fri Jan 12 15:33:27 2018 -0800
Committer: Jiang Yan Xu <xuj...@apple.com>
Committed: Fri Jan 12 15:35:53 2018 -0800

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/48e9542c/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 9a42bb1..175208a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -28,6 +28,15 @@ Deprecations/Removals:
     should use `--jwt_secret_key` instead.
 
 Additional API Changes:
+  * [MESOS-6406, MESOS-7215, MESOS-8337] Now when an agent is partitioned,
+    the master tracks all noncompleted tasks regardless of partition-awareness
+    so when the agent reregisters it can recover all of them and send their
+    latest statuses to the scheduler. NOTE: The master now sends updates for
+    tasks recovered from partitioned agents upon reregistration so the 
scheduler
+    can get them before reconciliation. We also fixed the buggy semantics that
+    exposes terminal unacknowledged tasks when partitioned as "completed" in 
the
+    HTTP endpoints and the operator API, now they are shown as "unreachable". 
We
+    plan to further improve the API on this in MESOS-8405.
   * [MESOS-7660] `Filter::refuse_seconds` is now capped to 31536000
     seconds (365 days).
   * [MESOS-7941] Built-in executors will now send a TASK_STARTING

Reply via email to