-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/60495/
-----------------------------------------------------------
(Updated Sept. 7, 2017, 9:50 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 network ports isolator socket utilities to find the
inode numbers of all the listening sockets, and the inodes of the
open sockets for a process. Together, these utilities can tell us
which sockets a process is listening on.
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/60495/diff/14/
Changes: https://reviews.apache.org/r/60495/diff/13-14/
Testing
-------
make check (Fedora 26)
Thanks,
James Peach
|