This is an automated email from the ASF dual-hosted git repository. qianzhang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git
commit 22bb3fba33b936d4f85a3e095a4be36f21c981b5 Author: Qian Zhang <[email protected]> AuthorDate: Thu Oct 3 16:46:00 2019 +0800 Added MESOS-9966 to the 1.9.1 CHANGELOG. --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index 19955d9..61ffa0f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -12,6 +12,7 @@ Release Notes - Mesos - Version 1.9.1 (WIP) ** Bug * [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. Release Notes - Mesos - Version 1.9.0
