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 ecccde6299ca22147538b42229a8226763b773f6 Author: Benjamin Mahler <[email protected]> AuthorDate: Wed Oct 23 15:06:16 2019 -0400 Added MESOS-10007 to the 1.9.1 CHANGELOG. --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index 3d2c8ca..063077b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,6 +7,7 @@ Release Notes - Mesos - Version 1.9.1 (WIP) * [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. + * [MESOS-10007] - Command executor can miss exit status for short-lived commands due to double-reaping. * [MESOS-10008] - Very large quota values can crash master. ** Improvement
