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 d10a33a Added MESOS-10041 to the 1.9.1 CHANGELOG.
d10a33a is described below
commit d10a33acc426dda9e34db995f16450faf898bb3b
Author: Greg Mann <[email protected]>
AuthorDate: Fri Nov 22 15:19:30 2019 -0800
Added MESOS-10041 to the 1.9.1 CHANGELOG.
---
CHANGELOG | 1 +
1 file changed, 1 insertion(+)
diff --git a/CHANGELOG b/CHANGELOG
index cf6311a..21d21d3 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -17,6 +17,7 @@ Release Notes - Mesos - Version 1.9.1 (WIP)
* [MESOS-10007] - Command executor can miss exit status for short-lived
commands due to double-reaping.
* [MESOS-10008] - Very large quota values can crash master.
* [MESOS-10015] - updateAllocation() can stall the allocator with a huge
number of reservations on an agent.
+ * [MESOS-10041] - Libprocess SSL verification can leak memory.
** Improvement
* [MESOS-9889] - Master CPU high due to unexpected foreachkey behaviour in
Master::__reregisterSlave.