This is an automated email from the ASF dual-hosted git repository. asekretenko pushed a commit to branch 1.9.x in repository https://gitbox.apache.org/repos/asf/mesos.git
commit abb00b65007aa17ed1b8af73650b9ecfd545cbf6 Author: Andrei Sekretenko <[email protected]> AuthorDate: Thu Sep 10 21:46:46 2020 +0200 Added MESOS-10134 to the 1.9.1 CHANGELOG. --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index c9048d9..ea638db 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -17,6 +17,7 @@ Release Notes - Mesos - Version 1.9.1 (WIP) * [MESOS-10096] - Reactivating a draining agent leaves the agent in draining state. * [MESOS-10118] - Agent incorrectly handles draining when empty. * [MESOS-10126] - Docker volume isolator needs to clean up the `info` struct regardless the result of unmount operation + * [MESOS-10134] - Race between concurrent `javah` runs trying to create `java/jni` output directory. * [MESOS-10169] - Reintroduce image fetch deduplication while keeping it possible to destroy UCR containers in PROVISIONING state. ** Improvement
