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 2c15315c50015f5428fd3eac7ab568cd46e402b0 Author: Qian Zhang <[email protected]> AuthorDate: Thu Oct 3 16:48:03 2019 +0800 Added MESOS-9966 to the 1.8.2 CHANGELOG. --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index 61ffa0f..9ccc4f6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -278,6 +278,7 @@ Release Notes - Mesos - Version 1.8.2 (WIP) * [MESOS-9887] - Race condition between two terminal task status updates for Docker/Command executor. * [MESOS-9893] - `volume/secret` isolator should cleanup the stored secret from runtime directory when the container is destroyed. * [MESOS-9925] - Default executor takes a couple of seconds to start and subscribe Mesos agent. + * [MESOS-9966] - Agent crashes when trying to destroy orphaned nested container if root container is orphaned as well. Release Notes - Mesos - Version 1.8.1
