This is an automated email from the ASF dual-hosted git repository. qianzhang pushed a commit to branch 1.9.x in repository https://gitbox.apache.org/repos/asf/mesos.git
commit ea10396553df630f8cea8962f3d5575cc98c8edf 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 f02b228..3f7ab8b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,6 +4,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. * [MESOS-9972] - Update Names for TLS-related environment variables in libprocess.
