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:34:10 UTC

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

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

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

commit 3d206a91e48c80903803049b93f3a0bafc37c447
Author: Gilbert Song <so...@gmail.com>
AuthorDate: Fri Jan 11 13:11:14 2019 -0800

    Added MESOS-9501 to 1.6.2 CHANGELOG.
    
    (cherry picked from commit 0217dce09ad549e2ca74a897b2c38bdfe3b5d810)
---
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG b/CHANGELOG
index 4acfafc..f5a1205 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -44,6 +44,7 @@ Release Notes - Mesos - Version 1.6.2 (WIP)
 ** Improvement
   * [MESOS-9305] - Create cgoup recursively to workaround systemd deleting cgroups_root.
   * [MESOS-9340] - Log all socket errors in libprocess.
+  * [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-9510] - Disallowed nan, inf and so on in `Value::Scalar`.
   * [MESOS-9516] - Extend `min_allocatable_resources` flag to cover non-scalar resources.