This is an automated email from the ASF dual-hosted git repository.
grag 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 8682b5d Added MESOS-10118 to the 1.9.1 CHANGELOG.
8682b5d is described below
commit 8682b5ddf8b773beffe8bf0428c9350d6ae59412
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 a115101..f43ab8d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -22,6 +22,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.