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:04 UTC

[mesos] 03/03: Added MESOS-9750 to the 1.8.1 CHANGELOG.

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

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

commit d19ca42d1f27a3d2a4ad974f84a04d6f4fb1b129
Author: Joseph Wu <jo...@apache.org>
AuthorDate: Tue May 28 14:03:42 2019 -0700

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

diff --git a/CHANGELOG b/CHANGELOG
index bc24064..0f94b19 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -5,6 +5,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.