-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/56086/#review163584
-----------------------------------------------------------
Patch looks great!
Reviews applied: [56086]
Passed command: export OS='ubuntu:14.04' BUILDTOOL='autotools' COMPILER='gcc' CONFIGURATION='--verbose'
ENVIRONMENT='GLOG_v=1 MESOS_VERBOSE=1'; ./support/docker-build.sh
- Mesos Reviewbot
On Jan. 30, 2017, 5:27 p.m., Ilya Pronin wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/56086/
> -----------------------------------------------------------
>
> (Updated Jan. 30, 2017, 5:27 p.m.)
>
>
> Review request for mesos, Benjamin Mahler and Jie Yu.
>
>
> Repository: mesos
>
>
> Description
> -------
>
> Manual elements searching is not required since `std::map` is ordered. Replaced it with
standard `operator==` that checks maps sizes and does linear element by element comparison.
>
>
> Diffs
> -----
>
> src/slave/containerizer/mesos/provisioner/appc/cache.cpp fed5ae97419d5eb9611a6fd1ade1bbed7ed440a2
>
> Diff: https://reviews.apache.org/r/56086/diff/
>
>
> Testing
> -------
>
> `make check`
>
>
> Thanks,
>
> Ilya Pronin
>
>
|