This is an automated email from the ASF dual-hosted git repository. bmahler pushed a commit to branch 1.7.x in repository https://gitbox.apache.org/repos/asf/mesos.git
commit 0fde6780c9bbb41e3369a223328c3c49988eed43 Author: Benjamin Mahler <[email protected]> AuthorDate: Wed Oct 30 20:02:17 2019 -0400 Added MESOS-10015 to the 1.7.3 CHANGELOG. --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index 0911504..b5334b0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -36,6 +36,7 @@ Release Notes - Mesos - Version 1.7.3 (WIP) * [MESOS-9964] - Support destroying UCR containers in provisioning state. * [MESOS-9966] - Agent crashes when trying to destroy orphaned nested container if root container is orphaned as well. * [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. ** Improvements * [MESOS-8880] - Add minimum capabilities in the master.
