This is an automated email from the ASF dual-hosted git repository. jieyu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git
commit 4bed583a04600cd267a95045362f571308578c67 Author: Jie Yu <[email protected]> AuthorDate: Mon Aug 20 11:16:08 2018 -0700 Added MESOS-9081 to 1.7.0 CHANGELOG. --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index a374bae..52ac6d4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -162,6 +162,7 @@ All Resolved Issues: * [MESOS-9015] - Allow resources to be removed when updating the sorter. * [MESOS-9055] - Make gRPC call deadline configurable. * [MESOS-9067] - Improve performance of json parsing by avoiding conversion cost. + * [MESOS-9081] - cgroups::verify is expensive and is done implicitly during cgroups operations. * [MESOS-9086] - Optimize range subtraction operation. * [MESOS-9092] - Adopt rapidjson for improved json serialization performance. * [MESOS-9104] - Refactor capability related logic in the allocator.
