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:13:58 UTC

[mesos] branch master updated: Added MESOS-10126 to the 1.6.3 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 f503dc0  Added MESOS-10126 to the 1.6.3 CHANGELOG.
f503dc0 is described below

commit f503dc0ed05732f21819b3e08cb04da81398f26c
Author: Qian Zhang <zh...@gmail.com>
AuthorDate: Fri May 29 17:11:05 2020 +0800

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

diff --git a/CHANGELOG b/CHANGELOG
index cd42ead..b7d2526 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1470,6 +1470,7 @@ Release Notes - Mesos - Version 1.6.3 (WIP)
   * [MESOS-9889] - Master CPU high due to unexpected foreachkey behaviour in Master::__reregisterSlave.
   * [MESOS-9893] - `volume/secret` isolator should cleanup the stored secret from runtime directory when the container is destroyed.
   * [MESOS-10007] - Command executor can miss exit status for short-lived commands due to double-reaping.
+  * [MESOS-10126] - Docker volume isolator needs to clean up the `info` struct regardless the result of unmount operation
 
 ** Improvement
   * [MESOS-8880] - Add minimum capabilities in the master.