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 9fe9e5a69fcd38a0400e0d9aee572b22e5acfe6f Author: Benjamin Mahler <bmah...@apache.org> AuthorDate: Thu Sep 10 13:44:30 2020 -0400 Added MESOS-9609 to the 1.9.1 CHANGELOG. --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index ca5e244..0986f35 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,7 @@ Release Notes - Mesos - Version 1.9.1 (WIP) * This is a bug fix release. ** Bug + * [MESOS-9609] - Master check failure when marking agent unreachable. * [MESOS-9964] - Support destroying UCR containers in provisioning state. * [MESOS-9965] - Agent should not send `TASK_GONE_BY_OPERATOR` if the framework is not partition aware. * [MESOS-9966] - Agent crashes when trying to destroy orphaned nested container if root container is orphaned as well.