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 f403779 Added MESOS-10126 to the 1.5.4 CHANGELOG.
f403779 is described below
commit f4037797a3f3a1228ed835d121020ef737f56cae
Author: Qian Zhang <[email protected]>
AuthorDate: Fri May 29 17:15:17 2020 +0800
Added MESOS-10126 to the 1.5.4 CHANGELOG.
---
CHANGELOG | 1 +
1 file changed, 1 insertion(+)
diff --git a/CHANGELOG b/CHANGELOG
index b7d2526..2ad9cbf 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1948,6 +1948,7 @@ Release Notes - Mesos - Version 1.5.4 (WIP)
* [MESOS-9856] - REVIVE call with specified role(s) clears filters for all
roles of a framework.
* [MESOS-9870] - Simultaneous adding/removal of a role from framework's
roles and its suppressed roles crashes the master.
* [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-9159] - Support Foreign URLs in docker registry puller.