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

[mesos] 09/11: 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 master
in repository https://gitbox.apache.org/repos/asf/mesos.git

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

    Added MESOS-9501 to 1.6.2 CHANGELOG.
---
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG b/CHANGELOG
index 50be081..fad64e1 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -468,6 +468,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.