You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by jo...@apache.org on 2019/05/28 22:47:05 UTC

[mesos] branch master updated: Added MESOS-9750 to the 1.8.1 and 1.7.3 CHANGELOG.

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

josephwu 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 fa410f2  Added MESOS-9750 to the 1.8.1 and 1.7.3 CHANGELOG.
fa410f2 is described below

commit fa410f2fb8efb988590f4da2d4cfffbb2ce70637
Author: Joseph Wu <jo...@apache.org>
AuthorDate: Tue May 28 15:45:43 2019 -0700

    Added MESOS-9750 to the 1.8.1 and 1.7.3 CHANGELOG.
---
 CHANGELOG | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/CHANGELOG b/CHANGELOG
index 9902021..8b2a613 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -18,6 +18,7 @@ Release Notes - Mesos - Version 1.8.1 (WIP)
 ** Bug
   * [MESOS-9616] - `Filters.refuse_seconds` declines resources not in offers.
   * [MESOS-9695] - Remove the duplicate pid check in Docker containerizer
+  * [MESOS-9750] - Agent V1 GET_STATE response may report a complete executor's tasks as non-terminal after a graceful agent shutdown.
   * [MESOS-9766] - /__processes__ endpoint can hang.
   * [MESOS-9779] - `UPDATE_RESOURCE_PROVIDER_CONFIG` agent call returns 404 ambiguously.
   * [MESOS-9782] - Random sorter fails to clear removed clients.
@@ -440,6 +441,7 @@ Release Notes - Mesos - Version 1.7.3 (WIP)
   * [MESOS-9692] - Quota may be under allocated for disk resources.
   * [MESOS-9695] - Remove the duplicate pid check in Docker containerizer
   * [MESOS-9707] - Calling link::lo() may cause runtime error
+  * [MESOS-9750] - Agent V1 GET_STATE response may report a complete executor's tasks as non-terminal after a graceful agent shutdown.
   * [MESOS-9766] - /__processes__ endpoint can hang.
   * [MESOS-9786] - Race between two REMOVE_QUOTA calls crashes the master.
   * [MESOS-9787] - Log slow SSL (TLS) peer reverse DNS lookup.