You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by gi...@apache.org on 2019/01/11 21:33:57 UTC

[mesos] 04/04: Added MESOS-9501 to 1.7.1 CHANGELOG.

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

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

commit 070f245cc88bc5da9ae538c4e726d465f7d335ff
Author: Gilbert Song <so...@gmail.com>
AuthorDate: Fri Jan 11 13:10:51 2019 -0800

    Added MESOS-9501 to 1.7.1 CHANGELOG.
    
    (cherry picked from commit 6bf158018d4cc7a69ff3a21430051ac80b7f966c)
---
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG b/CHANGELOG
index ab1b6ff..75bec86 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -47,6 +47,7 @@ Release Notes - Mesos - Version 1.7.1
   * [MESOS-9479] - SLRP does not set RP ID in produced OperationStatus.
   * [MESOS-9480] - Master may skip processing authorization results for `LAUNCH_GROUP`.
   * [MESOS-9492] - Persist CNI working directory across reboot.
+  * [MESOS-9501] - Mesos executor fails to terminate and gets stuck after agent host reboot.
   * [MESOS-9502] - IOswitchboard cleanup could get stuck due to FD leak from a race.
   * [MESOS-9505] - `make check` failed with linking errors when c-ares is installed.
   * [MESOS-9508] - Official 1.7.0 tarball can't be built on Ubuntu 16.04 LTS.