This is an automated email from the ASF dual-hosted git repository. asekretenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git
commit 8964fba6d5521867887a48184fcc4a0d0adbbebd Author: Andrei Sekretenko <[email protected]> AuthorDate: Thu Sep 10 21:47:23 2020 +0200 Added MESOS-10134 to the 1.8.2 CHANGELOG. --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index 2e371c8..5aeccb5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -517,6 +517,7 @@ Release Notes - Mesos - Version 1.8.2 (WIP) * [MESOS-10007] - Command executor can miss exit status for short-lived commands due to double-reaping. * [MESOS-10015] - updateAllocation() can stall the allocator with a huge number of reservations on an agent. * [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
