This is an automated email from the ASF dual-hosted git repository.
gilbert 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 3bd7ff1 Added node draining to 1.9.0 CHANGELOG.
3bd7ff1 is described below
commit 3bd7ff115de222fd52ee89374ece0ce2ad9a64d0
Author: Joseph Wu <[email protected]>
AuthorDate: Tue Aug 27 18:22:08 2019 -0700
Added node draining to 1.9.0 CHANGELOG.
Review: https://reviews.apache.org/r/71378/
(cherry picked from commit 30f83ab3e09ce57d7524a52016516bff493f049f)
---
CHANGELOG | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/CHANGELOG b/CHANGELOG
index 1c63197..aaad58f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -48,6 +48,10 @@ Additional API Changes:
NOTE: This new overload is only available when libprocess is compiled
with `--enable-ssl`.
+ * Added new APIs to support automatic node draining via operator APIs.
+ This serves as an alternative to framework-assisted draining using
+ maintenance primitives. (MESOS-9753)
+
Unresolved Critical Issues:
* MESOS-9889 - Master CPU high due to unexpected foreachkey behaviour in
Master::__reregisterSlave
* MESOS-9697 - Release RPMs are not uploaded to bintray