You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by gr...@apache.org on 2019/04/12 17:41:23 UTC

[mesos] branch master updated: Updated the 1.8.0 CHANGELOG with an API change.

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

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


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

commit b48bd33d8cea10c307216e9ed6d5fcb4f0543b3b
Author: Greg Mann <gr...@gmail.com>
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 c84ac9c..0912341 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.