-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/63276/
-----------------------------------------------------------
Review request for mesos, Akash Gupta, Jeff Coffler, Jie Yu, John Kordich,
Joseph Wu, and Li Li.
Bugs: MESOS-6690
https://issues.apache.org/jira/browse/MESOS-6690
Repository: mesos
Description
-------
Instead of deriving from the POSIX isolators, we now have two real
Windows isolators that can be used together or separately. The `Cpuset`
isolator enables a hard-cap CPU limit, and the `Mem` isolator enables a
hard-cap memory limit on the job object for the container.
Diffs
-----
src/slave/containerizer/mesos/containerizer.cpp
100e3bbda543d87808da9ff6bea42da5099ea8c5
src/slave/containerizer/mesos/isolators/windows.hpp
b0621a5fc411b8812722f7fcf6580ed64dac5382
src/slave/flags.cpp 789b45b8d84fc01733a885754204fe2fdd6d6807
Diff: https://reviews.apache.org/r/63276/diff/1/
Testing
-------
Thanks,
Andrew Schwartzmeyer