----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/21594/ -----------------------------------------------------------
(Updated June 25, 2014, 10:04 p.m.) Review request for mesos, Ian Downes, Jie Yu, Vinod Kone, and Cong Wang. Changes ------- rebased master. Bugs: https://issues.apache.org/jira/browse/MESOS-1324 https://issues.apache.org/jira/browse/https://issues.apache.org/jira/browse/MESOS-1324 Repository: mesos-git Description ------- Added a network isolator using port-range based traffic redirection on Linux. - Containers are assigned non-ephemeral ports by the scheduler and ephemeral ports by the network isolator. - Virtual ethernet devices and Traffic Control filters are set up so that network traffic in and out of the containers is isolated based on the ports assigned to them. - Containers run inside their own network namespaces with separate network stacks, from which per-container network statistics can be retrieved. A joint work with: - Cong Wang ([email protected]) - Jie Yu ([email protected]) - Ian Downes ([email protected]) Diffs (updated) ----- include/mesos/mesos.proto c02b8ec src/Makefile.am fb3af9d src/slave/constants.hpp c65a62d src/slave/constants.cpp 51f65bb src/slave/containerizer/isolators/network/helper.cpp PRE-CREATION src/slave/containerizer/isolators/network/port_mapping.hpp PRE-CREATION src/slave/containerizer/isolators/network/port_mapping.cpp PRE-CREATION src/slave/containerizer/linux_launcher.cpp 1ce03e3 src/slave/containerizer/mesos/containerizer.cpp 27f8e09 src/slave/flags.hpp 3b8ba08 src/slave/slave.cpp 0cb98cd src/tests/environment.cpp e991d57 src/tests/isolator_tests.cpp 5a141e3 src/tests/mesos.cpp 216bd6f Diff: https://reviews.apache.org/r/21594/diff/ Testing ------- make check on linux. more test cases are being written. Thanks, Chi Zhang
