This is an automated email from the ASF dual-hosted git repository. bmahler pushed a commit to branch 1.6.x in repository https://gitbox.apache.org/repos/asf/mesos.git
commit 86b52948f587b8f4e891b8346796576edb080588 Author: Benjamin Mahler <[email protected]> AuthorDate: Wed Oct 23 15:06:42 2019 -0400 Added MESOS-10007 to the 1.6.3 CHANGELOG. --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index 5618e21..2e35f64 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -23,6 +23,7 @@ Release Notes - Mesos - Version 1.6.3 (WIP) * [MESOS-9887] - Race condition between two terminal task status updates for Docker/Command executor. * [MESOS-9889] - Master CPU high due to unexpected foreachkey behaviour in Master::__reregisterSlave. * [MESOS-9893] - `volume/secret` isolator should cleanup the stored secret from runtime directory when the container is destroyed. + * [MESOS-10007] - Command executor can miss exit status for short-lived commands due to double-reaping. ** Improvement * [MESOS-8880] - Add minimum capabilities in the master.
