This is an automated email from the ASF dual-hosted git repository.

grag pushed a commit to branch 1.8.x
in repository https://gitbox.apache.org/repos/asf/mesos.git


The following commit(s) were added to refs/heads/1.8.x by this push:
     new 32f13ca  Updated the 1.8.0 CHANGELOG with an API change.
32f13ca is described below

commit 32f13ca766e4577bfdb386611e8ac7347423a2d8
Author: Greg Mann <[email protected]>
AuthorDate: Fri Apr 12 10:40:57 2019 -0700

    Updated the 1.8.0 CHANGELOG with an API change.
---
 CHANGELOG | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/CHANGELOG b/CHANGELOG
index 57b490b..da68d6b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -20,6 +20,16 @@ This release contains the following highlights:
       use the flag `--enable-new-cli` with Autotools and
       `-DENABLE_NEW_CLI=1` with CMake on MacOS or Linux.
 
+  * API Changes:
+
+    * The experimental operation feedback API for v1 schedulers made a breaking
+      change: the RECONCILE_OPERATIONS call no longer returns a 200 OK response
+      with a body containing the full reconciliation results. Instead, a
+      successful request now returns 202 Accepted, and a series of operation
+      status updates are sent on the scheduler's event stream to satisfy the
+      reconciliation request. This is similar to the way in which the master
+      replies to requests for task status reconciliation.
+
 Unresolved Critical Issues:
   * [MESOS-9697] - Release RPMs are not uploaded to bintray
   * [MESOS-9672] - Docker containerizer should ignore pids of executors that 
do not pass the connection check.

Reply via email to