-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/52090/
-----------------------------------------------------------
(Updated Sept. 21, 2016, 4:44 p.m.)
Review request for mesos, Zhiwei Chen, Gilbert Song, Jie Yu, and Qian Zhang.
Changes
-------
Rebase.
Bugs: MESOS-6217
https://issues.apache.org/jira/browse/MESOS-6217
Repository: mesos
Description (updated)
-------
`PAGE_SIZE` is not declared in ppc64le, use `os::pagesize()` instead
to support different platforms.
Diffs (updated)
-----
src/slave/containerizer/mesos/isolators/cgroups/subsystems/memory.cpp
bab10ae5d488585603db2637ae15ee02b1982354
Diff: https://reviews.apache.org/r/52090/diff/
Testing
-------
Fix the error saw in
https://builds.apache.org/job/Mesos-PPC64LE/154/BUILDTOOL=autotools,COMPILER=gcc,CONFIGURATION=--verbose,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,label_exp=ppc64le/console
Thanks,
haosdent huang