This is an automated email from the ASF dual-hosted git repository.
grag pushed a commit to branch 1.9.x
in repository https://gitbox.apache.org/repos/asf/mesos.git
The following commit(s) were added to refs/heads/1.9.x by this push:
new 30b7aae Added MESOS-10118 to the 1.9.1 CHANGELOG.
30b7aae is described below
commit 30b7aae987c3534af87453e884e1a87841f3a72c
Author: Greg Mann <[email protected]>
AuthorDate: Wed May 6 18:07:36 2020 -0700
Added MESOS-10118 to the 1.9.1 CHANGELOG.
---
CHANGELOG | 1 +
1 file changed, 1 insertion(+)
diff --git a/CHANGELOG b/CHANGELOG
index d07f6ce..59ccef6 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -14,6 +14,7 @@ Release Notes - Mesos - Version 1.9.1 (WIP)
* [MESOS-10041] - Libprocess SSL verification can leak memory.
* [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.
** Improvement
* [MESOS-9889] - Master CPU high due to unexpected foreachkey behaviour in
Master::__reregisterSlave.