You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by al...@apache.org on 2018/08/21 09:10:59 UTC

[mesos] 02/02: Added MESOS-9000 to the 1.7.0 CHANGELOG.

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

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

commit 1558c9abd66b45a2df48aff318a265041d67fc2c
Author: Alexander Rukletsov <al...@apache.org>
AuthorDate: Tue Aug 21 11:10:39 2018 +0200

    Added MESOS-9000 to the 1.7.0 CHANGELOG.
---
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG b/CHANGELOG
index 280bc47..672a78b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -103,6 +103,7 @@ All Resolved Issues:
   * [MESOS-8980] - mesos-slave can deadlock with docker pull
   * [MESOS-8985] - Posting to the operator api with 'accept recordio' header can crash the agent
   * [MESOS-8987] - Master asks agent to shutdown upon auth errors.
+  * [MESOS-9000] - Operator API event stream can miss task status updates.
   * [MESOS-9007] - XFS disk isolator doesn't clean up project ID from symlinks
   * [MESOS-9008] - Fetcher fails to extract some archives containing hardlinks
   * [MESOS-9010] - `UPDATE_STATE` can race with `UPDATE_OPERATION_STATUS` for a resource provider.