You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by qi...@apache.org on 2020/05/29 09:21:29 UTC

[mesos] 02/02: Added MESOS-10126 to the 1.4.4 CHANGELOG.

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

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

commit e74b07ad485556800df889f03153cfc3687bdbbc
Author: Qian Zhang <zh...@gmail.com>
AuthorDate: Fri May 29 17:19:09 2020 +0800

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

diff --git a/CHANGELOG b/CHANGELOG
index 0ce1715..93c5279 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -5,6 +5,7 @@ Release Notes - Mesos - Version 1.4.4 (WIP)
 ** Bug
   * [MESOS-9507] - Agent could not recover due to empty docker volume checkpointed files.
   * [MESOS-9695] - Remove the duplicate pid check in Docker containerizer
+  * [MESOS-10126] - Docker volume isolator needs to clean up the `info` struct regardless the result of unmount operation
 
 ** Improvement:
   * [MESOS-9159] - Support Foreign URLs in docker registry puller.