You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by gr...@apache.org on 2020/05/07 01:08:04 UTC

[mesos] branch master updated: Added MESOS-10118 to the 1.9.1 CHANGELOG.

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 <gr...@gmail.com>
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.