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 2b3e831 Added MESOS-10126 to the 1.9.1 CHANGELOG.
2b3e831 is described below
commit 2b3e83141ef7cf8b8cac1354ccafa1a2c19a70d0
Author: Qian Zhang <[email protected]>
AuthorDate: Fri May 29 16:32:17 2020 +0800
Added MESOS-10126 to the 1.9.1 CHANGELOG.
---
CHANGELOG | 1 +
1 file changed, 1 insertion(+)
diff --git a/CHANGELOG b/CHANGELOG
index 846c5d8..857556f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -224,6 +224,7 @@ Release Notes - Mesos - Version 1.9.1 (WIP)
* [MESOS-10094] - Master's agent draining VLOG prints incorrect task counts.
* [MESOS-10096] - Reactivating a draining agent leaves the agent in draining
state.
* [MESOS-10118] - Agent incorrectly handles draining when empty.
+ * [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.