-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/60496/
-----------------------------------------------------------
(Updated Aug. 23, 2017, 8:29 p.m.)
Review request for mesos, Qian Zhang and Jiang Yan Xu.
Changes
-------
Addressed review feedback.
Bugs: MESOS-7675
https://issues.apache.org/jira/browse/MESOS-7675
Repository: mesos
Description
-------
Implemented ports resource restrictions in the network ports isolator.
Periodically, scan for listening sockets and match them up to all
the open sockets in the containers we are tracking in the network.
Check any sockets we find against the ports resource and trigger a
resource limitation if the port has not been allocated.
Diffs (updated)
-----
src/slave/containerizer/mesos/isolators/network/ports.hpp PRE-CREATION
src/slave/containerizer/mesos/isolators/network/ports.cpp PRE-CREATION
Diff: https://reviews.apache.org/r/60496/diff/15/
Changes: https://reviews.apache.org/r/60496/diff/14-15/
Testing
-------
make check (Fedora 26)
Thanks,
James Peach