You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by gi...@apache.org on 2019/08/28 01:22:21 UTC

[mesos] branch master updated: Added node draining to 1.9.0 CHANGELOG.

This is an automated email from the ASF dual-hosted git repository.

gilbert 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 30f83ab  Added node draining to 1.9.0 CHANGELOG.
30f83ab is described below

commit 30f83ab3e09ce57d7524a52016516bff493f049f
Author: Joseph Wu <jo...@mesosphere.io>
AuthorDate: Tue Aug 27 18:22:08 2019 -0700

    Added node draining to 1.9.0 CHANGELOG.
    
    Review: https://reviews.apache.org/r/71378/
---
 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