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

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


The following commit(s) were added to refs/heads/master by this push:
     new ccfbc91  Added MESOS-10126 to the 1.4.4 CHANGELOG.
ccfbc91 is described below

commit ccfbc915a841dd06b42103188b4786c6b0a6b090
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 2ad9cbf..6e94a3f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2579,6 +2579,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.