This is an automated email from the ASF dual-hosted git repository. bmahler pushed a commit to branch 1.9.x in repository https://gitbox.apache.org/repos/asf/mesos.git
commit c0035062593877c2b149e16e062d56cb5ebaaa49 Author: Benjamin Mahler <[email protected]> AuthorDate: Wed Feb 26 12:41:19 2020 -0500 Added MESOS-10095 to the 1.9.1 CHANGELOG. --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index 886f988..54a71b9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -18,6 +18,7 @@ Release Notes - Mesos - Version 1.9.1 (WIP) * [MESOS-9889] - Master CPU high due to unexpected foreachkey behaviour in Master::__reregisterSlave. * [MESOS-9948] - master::Slave::hasExecutor occupies 37% of a 150 second perf sample. * [MESOS-10017] - Log all reverse DNS lookup failures in 'legacy' TLS (SSL) hostname validation scheme. + * [MESOS-10095] - Agent draining logging makes it hard to tell which tasks did not terminate. Release Notes - Mesos - Version 1.9.0
