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 08:40:39 UTC

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

commit de6cb4359186f3ac1bc2c8abe6d55f26a2407a2c
Author: Qian Zhang <zh...@gmail.com>
AuthorDate: Fri May 29 16:38:04 2020 +0800

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

diff --git a/CHANGELOG b/CHANGELOG
index 857556f..854e53a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -502,6 +502,7 @@ Release Notes - Mesos - Version 1.8.2 (WIP)
   * [MESOS-9968] - WWWAuthenticate header parsing fails when commas are in (quoted) realm
   * [MESOS-10007] - Command executor can miss exit status for short-lived commands due to double-reaping.
   * [MESOS-10015] - updateAllocation() can stall the allocator with a huge number of reservations on an agent.
+  * [MESOS-10126] - Docker volume isolator needs to clean up the `info` struct regardless the result of unmount operation
 
 ** Improvement
   * [MESOS-9889] - Master CPU high due to unexpected foreachkey behaviour in Master::__reregisterSlave.